Nocturne Voss
Source code
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
manifest.json,src/andassets/: everything the extension loads at runtimescripts/: the packaging script and the test toolingdev/: offline HTML harnesses used to develop without hitting YouTubestore/: listing copy and screenshotsREADME.mdandHANDOFF-V1.md: how it works, and why it is built this wayLICENSE.txtandPRIVACY.md: the same documents published on this site
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.