Water for Spotify

A cleaner UI for the Spotify web player.

¿Qué es Water for Spotify?

Water for Spotify es una extensión de Chrome desarrollada por BitwiseAndrea, y su función principal es "A cleaner UI for the Spotify web player.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Water for Spotify

Descarga archivos de extensión Water for Spotify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Water for Spotify Water for Spotify
ID pehpkjkjaakpbgembhfbbmgdelfoeipf
URL Oficial https://chrome.google.com/webstore/detail/water-for-spotify/pehpkjkjaakpbgembhfbbmgdelfoeipf
Descripción A cleaner UI for the Spotify web player.
Tamaño del Archivo 75.02 KB
Cantidad de Instalaciones 90
Versión Actual 0.1.2
Última Actualización 2020-09-01
Fecha de Publicación 2019-11-18
Calificación 2.80/5 Total de 5 Calificaciones
Desarrollador BitwiseAndrea
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://github.com/BitwiseAndrea/water-for-spotify
Idiomas Soportados 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"
    ]
}