Water for Spotify

A cleaner UI for the Spotify web player.

Vad är Water for Spotify?

Water for Spotify är en Chrome-tillägg utvecklad av BitwiseAndrea, och dess huvudfunktion är "A cleaner UI for the Spotify web player.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Water for Spotify-förlängningens CRX-fil

Ladda ner Water for Spotify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Water for Spotify Water for Spotify
ID pehpkjkjaakpbgembhfbbmgdelfoeipf
Officiell webbadress https://chrome.google.com/webstore/detail/water-for-spotify/pehpkjkjaakpbgembhfbbmgdelfoeipf
Beskrivning A cleaner UI for the Spotify web player.
Filstorlek 75.02 KB
Antal Installationer 90
Aktuell Version 0.1.2
Senast Uppdaterad 2020-09-01
Publiceringsdatum 2019-11-18
Betyg 2.80/5 Totalt 5 Betyg
Utvecklare BitwiseAndrea
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/BitwiseAndrea/water-for-spotify
Stödda Språk 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"
    ]
}