blue spotify

blue spotify a new way of looking at spotify

Qu'est-ce que blue spotify ?

blue spotify est une extension Chrome développée par Alteredream, et sa fonction principale est "blue spotify a new way of looking at spotify".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension blue spotify

Téléchargez les fichiers d'extension blue 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

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

Informations de Base sur l'Extension

Nom blue spotify blue spotify
ID omchbinbigiagkgfofbilfeihnmganpn
URL Officiel https://chromewebstore.google.com/detail/blue-spotify/omchbinbigiagkgfofbilfeihnmganpn
Description blue spotify a new way of looking at spotify
Taille du Fichier 132 KB
Nombre d'Installations 15
Version Actuelle 1.4.0
Dernière Mise à Jour 2023-10-16
Date de Publication 2023-01-21
Développeur Alteredream
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://nweaver395.wixsite.com/privacypolicy
Langues Prises en Charge 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"
    }
}