Spotify Dynamic Theme Plus

Dynamic background with transparency and animations for Spotify

Qu'est-ce que Spotify Dynamic Theme Plus ?

Spotify Dynamic Theme Plus est une extension Chrome développée par cckats, et sa fonction principale est "Dynamic background with transparency and animations for Spotify".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Spotify Dynamic Theme Plus

Téléchargez les fichiers d'extension Spotify Dynamic Theme Plus 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

                        Is a skin that changes background to the song/album cover that's playing also adds many effects and transitions

WARNING: This is an extension for the web app (open.spotify.com), not the Spotify app

v1.7.2 Quickfix: 
Sorry for the late update i had moved to another city for a while

Fixed black side bar
Fixed icons hover black background color in the side bar
Pop-up UI -- Options coming soon                    

Informations de Base sur l'Extension

Nom Spotify Dynamic Theme Plus Spotify Dynamic Theme Plus
ID bhonlncoengmlbidemffnajjlaijkemm
URL Officiel https://chromewebstore.google.com/detail/spotify-dynamic-theme-plu/bhonlncoengmlbidemffnajjlaijkemm
Description Dynamic background with transparency and animations for Spotify
Taille du Fichier 59.07 KB
Nombre d'Installations 5,641
Version Actuelle 1.7.2
Dernière Mise à Jour 2023-12-18
Date de Publication 2021-07-20
Évaluation 4.57/5 Total 51 Évaluations
Développeur cckats
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spotify Dynamic Theme Plus",
    "version": "1.7.2",
    "description": "Dynamic background with transparency and animations for Spotify",
    "browser_specific_settings": {
        "gecko": {
            "id": "{91568193-254d-480f-970a-d3ec7e0054b6}"
        }
    },
    "icons": {
        "16": "icons\/skinico16.png",
        "32": "icons\/skinico32.png",
        "48": "icons\/skinico48.png",
        "128": "icons\/skinico128.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "userscript.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/skinico16.png",
            "32": "icons\/skinico32.png",
            "48": "icons\/skinico48.png",
            "128": "icons\/skinico128.png"
        }
    }
}