Browser extension for Chrome and Firefox. Download tracks and subscribe to playlists directly from YouTube and YouTube Music — no need to copy-paste URLs.
Works with any yubal instance.
- One-click downloads from YouTube and YouTube Music pages
- Subscribe to playlists for automatic syncing
- Works with any yubal instance (just set the URL)
- Only activates on YouTube pages
Pre-built zips for both browsers are available on the releases page.
(Recommended) Install from Firefox Add-ons.
Alternatively, to install from a release zip:
- Go to the latest extension release and download the
-firefox.zipfile - Open
about:debugging#/runtime/this-firefox - Click Load Temporary Add-on... and select the zip
Note
Temporary add-ons are removed when Firefox is closed. See Firefox's documentation for more details.
The extension is not yet available on the Chrome Web Store. To install from a release zip:
- Go to the latest extension release, grab the
-chrome.zipfile and extract it - Open
chrome://extensions/ - Enable Developer mode (toggle in the top right)
- Click Load unpacked and select the extracted folder
See Chrome's documentation for more details.
Verify build integrity
Release zips include signed build attestations generated by GitHub Actions. You can verify that a zip was built by CI and hasn't been tampered with:
gh attestation verify yubal-extension-*.zip -R guillevc/yubalPrerequisites: Bun.
bun install # install dependencies
bun run zip # build Chrome zip
bun run zip:firefox # build Firefox zipOutput zips are written to .output/.


