chrome://version.This is the only supported install today. The extension is not on the Chrome Web Store.
git clone https://github.com/mithudso/youtube-transcript-to-pdf.git
cd youtube-transcript-to-pdf
chrome://extensions.manifest.json.Chrome will show a “Loading unpacked extension” notice on each restart. That is normal for developer-mode extensions.
If step 3 fails, open the service worker console: chrome://extensions → the
extension’s service worker link. See
DEVELOPMENT.md.
git pull
Then click the reload icon on the extension’s card at chrome://extensions.
A manifest permission change may require removing and re-adding the extension.
chrome://extensions → Remove. This deletes the extension’s stored
preferences. PDFs you already downloaded are ordinary files and are untouched.
npm run build
Writes dist/youtube-transcript-to-pdf-<version>.zip, containing only the files
Chrome loads. See runbooks/release.md.