Hot Pink spotify

hot pink spotify a new way of looking at spotify

Qu'est-ce que Hot Pink spotify ?

Hot Pink spotify est une extension Chrome développée par Alteredream, et sa fonction principale est "hot pink 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 Hot Pink spotify

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

                        makes spotify look hot pink and welcoms you to spotify                    

Informations de Base sur l'Extension

Nom Hot Pink spotify Hot Pink spotify
ID dhhdieigjdnfcekhbakmkefmeibldgob
URL Officiel https://chromewebstore.google.com/detail/hot-pink-spotify/dhhdieigjdnfcekhbakmkefmeibldgob
Description hot pink spotify a new way of looking at spotify
Taille du Fichier 48.3 KB
Nombre d'Installations 224
Version Actuelle 1.4.0
Dernière Mise à Jour 2023-10-12
Date de Publication 2023-10-12
Évaluation 5.00/5 Total 1 Évaluations
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": "Hot Pink spotify",
    "permissions": [
        "storage"
    ],
    "optional_host_permissions": [
        "https:\/\/open.spotify.com\/"
    ],
    "description": "hot pink spotify a new way of looking at spotify",
    "version": "1.4.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "Content.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "icons": {
        "16": "16Hot_Pink_spotify.png",
        "32": "32Hot_Pink_spotify.png",
        "48": "48Hot_Pink_spotify.png",
        "128": "128Hot_Pink_spotify.png"
    }
}