blue spotify

blue spotify a new way of looking at spotify

Cos'è blue spotify?

blue spotify è un'estensione di Chrome sviluppata da Alteredream, e la sua funzione principale è "blue spotify a new way of looking at spotify".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione blue spotify

Scarica i file di estensione blue 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

                        custom spotify blue theme turns your playlist blue and account name is welcomed                    

Informazioni di Base sull'Estensione

Nome blue spotify blue spotify
ID omchbinbigiagkgfofbilfeihnmganpn
URL Ufficiale https://chromewebstore.google.com/detail/blue-spotify/omchbinbigiagkgfofbilfeihnmganpn
Descrizione blue spotify a new way of looking at spotify
Dimensione del File 132 KB
Conteggio Installazioni 15
Versione Corrente 1.4.0
Ultimo Aggiornamento 2023-10-16
Data di Pubblicazione 2023-01-21
Sviluppatore Alteredream
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://nweaver395.wixsite.com/privacypolicy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "blue spotify",
    "optional_host_permissions": [
        "https:\/\/open.spotify.com\/"
    ],
    "description": "blue spotify a new way of looking at spotify",
    "version": "1.4.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmIdWHX7bPP4f6QejXZsC0yn1QswuDe\/UBFx84W4erhZ+IfoMP0RNzcGuTAC2keI6qMwt2McEe4KoTJQsPSm7XYYxHK7kbORTDDjGlrofkD4aRqPFKiOoWpTPgoS5cUggMXlfW+LqgP6UhQhYilFl8gCmHTkHuuLP2NEFWJl2yqRr4ZluZq76PiVKbhxfagQALg0hTBnzaNEenACPPBSY1NffPPoXXtG3YPNsIqoQFhvTIMlLbyOXL6n0WX7mmPLUko+D5CgfaXNKZj9+yTYjjbXH1HxyEtI6dtzcbc\/kDHnojxoQWmCs+psR2DdlYzUZGIkS0wzd8E7qu9gTkRFKrwIDAQAB",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "Content.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "icons": {
        "16": "16blue_spotify.png",
        "32": "32blue_spotify.png",
        "48": "48blue_spotify.png",
        "128": "128blue_spotify.png"
    }
}