Water for Spotify
A cleaner UI for the Spotify web player.
Cos'è Water for Spotify?
Water for Spotify è un'estensione di Chrome sviluppata da BitwiseAndrea, e la sua funzione principale è "A cleaner UI for the Spotify web player.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Water for Spotify
Scarica i file di estensione Water for Spotify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Water for Spotify |
ID | pehpkjkjaakpbgembhfbbmgdelfoeipf |
URL Ufficiale | https://chrome.google.com/webstore/detail/water-for-spotify/pehpkjkjaakpbgembhfbbmgdelfoeipf |
Descrizione | A cleaner UI for the Spotify web player. |
Dimensione del File | 75.02 KB |
Conteggio Installazioni | 90 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2020-09-01 |
Data di Pubblicazione | 2019-11-18 |
Valutazione | 2.80/5 Totale 5 Valutazioni |
Sviluppatore | BitwiseAndrea |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/BitwiseAndrea/water-for-spotify |
Lingue Supportate | 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" ] } |