Spotify has a really cool feature called Spotify Connect. Basically it could turn anything into a Spotify player, and control it with your cellphone. I made this app trying to connect Spotify with your browsers. So why use this player instead of Spotify website?
- Play in background of browsers, no need to keep Spotify's tab open;
- Global keyboard shortcut to play/stop/next/previous/save;
- Transfer playback to this player seamlessly with just one click.
After install it from the web store, use it in the following steps:
- Authorize on Spotify;
- Choose music on Spotify and play it on "Spotify on Browser". If you have a premium account on Spotify, you can seamlessly transfer your playback to this player, with just one click on the play button.
- use
yarn
ornpm install
to install requirements. npm start
to start a webpack dev-server, add thebuild/
directory in your browser's extension page to load the extension.npm run build
to build the release code. The dest path isbuild/
.
This app uses Spotify's API, so it needs you to authorize on Spotify. It doesn't collect any information about your Spotify account or any other websites. It doesn't sell any of your data either. Besides, it's open-source.
If you find it's useful, please consider to donate, a cup of coffee would be my greatest incentive.
Thank you.