clipinc
clipinc copied to clipboard
A browser extension to record Spotify songs as you listen to them.
clipinc®
Records Spotify songs in your browser as you listen to them
Downloads • Local Development • Contribute
This browser extension records Spotify songs as you listen to them and saves them to your default download directory.
For more information visit our website (in German).
❯ Downloads
The extension is available from both the Chrome Web Store and the Microsoft Edge-Add-Ons:
❯ Local Development
- Clone repository
- Install the dependencies by running
npm i
- Build a development version by running
npm run dev-build
- Open
chrome://extensions
oredge://extensions
- Activate developer mode
- Load the
dist/
directory as an unpacked extension
After performing changes you have to run the npm run dev-build
command again
and reload the extension to pick up your changes.
❯ Contribute
If you think you have any ideas that could benefit the project, feel free to create an issue or pull request!
Check out our contribution guide on how to initialize the project on your machine, fix bugs and publish a new version.