Water for Spotify
A cleaner UI for the Spotify web player.
Qu'est-ce que Water for Spotify ?
Water for Spotify est une extension Chrome développée par BitwiseAndrea, et sa fonction principale est "A cleaner UI for the Spotify web player.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Water for Spotify
Téléchargez les fichiers d'extension Water for Spotify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Water for Spotify |
ID | pehpkjkjaakpbgembhfbbmgdelfoeipf |
URL Officiel | https://chrome.google.com/webstore/detail/water-for-spotify/pehpkjkjaakpbgembhfbbmgdelfoeipf |
Description | A cleaner UI for the Spotify web player. |
Taille du Fichier | 75.02 KB |
Nombre d'Installations | 90 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2020-09-01 |
Date de Publication | 2019-11-18 |
Évaluation | 2.80/5 Total 5 Évaluations |
Développeur | BitwiseAndrea |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/BitwiseAndrea/water-for-spotify |
Langues Prises en Charge | 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" ] } |