Water for Spotify
A cleaner UI for the Spotify web player.
Co je Water for Spotify?
Water for Spotify je rozšíření Chrome vyvinuté BitwiseAndrea, a jeho hlavní funkcí je „A cleaner UI for the Spotify web player.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Water for Spotify
Stáhněte si soubory rozšíření Water for Spotify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Water for Spotify |
ID | pehpkjkjaakpbgembhfbbmgdelfoeipf |
Oficiální URL | https://chrome.google.com/webstore/detail/water-for-spotify/pehpkjkjaakpbgembhfbbmgdelfoeipf |
Popis | A cleaner UI for the Spotify web player. |
Velikost souboru | 75.02 KB |
Počet instalací | 90 |
Aktuální Verze | 0.1.2 |
Poslední Aktualizace | 2020-09-01 |
Datum Vydání | 2019-11-18 |
Hodnocení | 2.80/5 Celkem 5 Hodnocení |
Vývojář | BitwiseAndrea |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://github.com/BitwiseAndrea/water-for-spotify |
Podporované Jazyky | 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" ] } |