Water for Spotify
A cleaner UI for the Spotify web player.
什么是Water for Spotify?
Water for Spotify是由BitwiseAndrea开发的Chrome扩展程序,该扩展的主要功能是“A cleaner UI for the Spotify web player.”。
扩展截图
下载Water for Spotify扩展crx文件
下载Water for Spotify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Modifies the UI of the Spotify web player. See screenshots for a look at what this extension will provide you - in the side by side view, Water for Spotify is shown on the left. This extension is not made by Spotify and is not affiliated with Spotify. Some of the changes include: - Remove all instances of green call-to-action color usage - Remove paneling from playlist cards (and most instances of matte gray) on homepage - Center headings - Extend gradient background to cover more of the page - Support half screen mode Feel free to file bugs or requests on GitHub. More to come! ~BitwiseAndrea
扩展基本信息
名称 | Water for Spotify |
ID | pehpkjkjaakpbgembhfbbmgdelfoeipf |
官方URL | https://chrome.google.com/webstore/detail/water-for-spotify/pehpkjkjaakpbgembhfbbmgdelfoeipf |
简介 | A cleaner UI for the Spotify web player. |
文件大小 | 75.02 KB |
安装次数 | 90 |
当前版本 | 0.1.2 |
更新时间 | 2020-09-01 |
上架时间 | 2019-11-18 |
评分 | 2.80/5 共5次评分 |
开发者 | BitwiseAndrea |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/BitwiseAndrea/water-for-spotify |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Water for Spotify", "version": "0.1.2", "description": "A cleaner UI for the Spotify web player.", "icons": { "128": "\/images\/water.png" }, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "css": [ "\/styles.css" ], "js": [ "\/jquery-3.4.1.min.js", "content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "*.css", "*.png", "*.cur" ] } |