Skip to content

TobitSoftware/clipinc

Repository files navigation

Records Spotify songs in your browser as you listen to them

Chrome Web Store Chrome Web Store GitHub

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:

Available in the Chrome Web Store Get it from Microsoft

❯ Local Development

  1. Clone repository
  2. Install the dependencies by running npm i
  3. Build a development version by running npm run dev-build
  4. Open chrome://extensions or edge://extensions
  5. Activate developer mode
  6. 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.