uniapp开发app框架在提升开发效率中的独特优势与应用探索
1102
2022-11-05
Spotless是一个Chrome扩展程序,允许您通过调用Spotify API来控制Spotify播放器,搜索和播放音乐
spotless
Spotless is a Chrome extension allows you to control your Spotify player, mute annoying ads, search and play music everywhere.
Installation
The extension is available on Chrome Store
Getting started
You can clone and build the extension yourself:
git clone https://github.com/phandd/spotless
navigate to project directory and install dependencies:
npm install
and 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!
Usage
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. The Ads mute feature only work if you have a tab opening https://open.spotify.com on your Chrome browser. So the extension can detect whether an ads or a song is playing. You can still play music on your Spotify desktop client and mute the ads, as long as you open https://open.spotify.com on a tab of your browser for the extension to work. Controlling mobile device is a feature for Spotify Premium users, this extensions will not work with mobile device.
Tech stack
Reactjs, ReduxJs, normalizr, reselect for Web appWebpack for build cliBabel for ES6 syntaxreact-chrome-redux for running a Reactjs app as an extension
and more, please check package.json.
For ReactJs Web app source code only, please checkout src branch.
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~