cee9f6a02fa43fed499843065f45894f0c9bcb15
Splirate
Allows you to download Splice samples from the browser by decrypting the preview audio.
I didn't read or write the code.
WTFPL licensed.
Load in Firefox (Temporary Add-on)
- Open
about:debugging#/runtime/this-firefox - Click Load Temporary Add-on...
- Select this extension's
manifest.json - Visit
https://splice.com/sounds/search/samples
Build Firefox Package
- From the project root, run either:
npm run buildnpm run build:xpibash scripts/build-firefox.sh
- The packaged extension is created in:
dist/splirate-firefox-v<version>.xpi
Install Locally in Firefox
- Build the XPI:
npm run build:xpi - Open Firefox and go to
about:debugging#/runtime/this-firefox - Click Load Temporary Add-on...
- Select
dist/splirate-firefox-v<version>.xpi
Note: on standard Firefox, unsigned extensions are temporary via about:debugging and are removed on restart.
Description
Languages
JavaScript
89.6%
CSS
6.5%
Shell
2.1%
HTML
1.8%