Water for Spotify

A cleaner UI for the Spotify web player.

Was ist Water for Spotify?

Water for Spotify ist eine Chrome-Erweiterung, die von BitwiseAndrea entwickelt wurde, und ihr Hauptmerkmal ist "A cleaner UI for the Spotify web player.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Water for Spotify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Water for Spotify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Water for Spotify Water for Spotify
ID pehpkjkjaakpbgembhfbbmgdelfoeipf
Offizielle URL https://chrome.google.com/webstore/detail/water-for-spotify/pehpkjkjaakpbgembhfbbmgdelfoeipf
Beschreibung A cleaner UI for the Spotify web player.
Dateigröße 75.02 KB
Installationsanzahl 90
Aktuelle Version 0.1.2
Letztes Update 2020-09-01
Veröffentlichungsdatum 2019-11-18
Bewertung 2.80/5 Insgesamt 5 Bewertungen
Entwickler BitwiseAndrea
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/BitwiseAndrea/water-for-spotify
Unterstützte Sprachen 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"
    ]
}