Too annoyed by Spotify Ads? Too lazy to navigate to Spotify when you want to change your music? Spotless is here to help you use Spotify effortless!
Spotless is a Chrome extension allows you to control your Spotify player, mute annoying ads, search and play music everywhere.
The extension is available on Chrome Store
You can clone and build the extension yourself:
git clone https://github.com/phandd/spotless
navigate to project directory and install dependencies:
npm installand build the extension:
npm run build
The built version will be placed at
/dist. All you need to do is add the extension manually to your Chrome browser:
then you're good to go!
This extension only compatible with Spotify web app and desktop app. It also requires you to login to Spotify on web app to be able to use your cookies.
You need at least one available device running Spotify (either web app player or desktop app player) to use the extension, which makes sense, you wouldn't be able to listen to music if you don't have any device opening Spotify, the extensions cannot play music itself, it's a controller.
Controlling mobile device is a feature for Spotify Premium users, this extensions will not work with mobile device.
and more, please check
package.json.
For ReactJs Web app source code only, please checkout src branch.