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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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 Water for Spotify
ID pehpkjkjaakpbgembhfbbmgdelfoeipf
官方網址 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"
    ]
}