Nocturne Voss

Source code

Transcript for YouTube browser extension · Version 1.6.0 · Archive 703 KB

There is no build step

The files inside the published package are the files that were written. The extension is plain ES modules with no bundler, no transpiler and no minifier, so the JavaScript a reviewer reads in the archive below is byte for byte the JavaScript the browser runs. The only tooling is a Node script that copies those files into a zip; it transforms nothing.

That is why the public link and the reviewer link on our store listings point at the same archive. The second URL exists for extensions that ship generated code and need their pre-build sources supplied separately. This one has none to supply.

Download

transcript-for-ai-1.6.0-source.zip
703 KB · SHA-256 8d352f62b54f4c757aa0013b018b4b8adfd09da950724e029647ab5655d3dbe7

What is inside

The only thing excluded is build/, which holds the zips of previously published versions. There are no dependencies: the repository has no node_modules and needs none.

Running it yourself

Unzip it, open your browser's extensions page, turn on developer mode and choose Load unpacked. To reproduce the published package exactly, run node scripts/package.mjs with Node 22.

Related

Privacy policy · Licence · Nocturne Voss