Spotify Dynamic Theme Plus
Dynamic background with transparency and animations for Spotify
Cos'è Spotify Dynamic Theme Plus?
Spotify Dynamic Theme Plus è un'estensione di Chrome sviluppata da cckats, e la sua funzione principale è "Dynamic background with transparency and animations for Spotify".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Spotify Dynamic Theme Plus
Scarica i file di estensione Spotify Dynamic Theme Plus 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
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
Informazioni di Base sull'Estensione
Nome | Spotify Dynamic Theme Plus |
ID | bhonlncoengmlbidemffnajjlaijkemm |
URL Ufficiale | https://chromewebstore.google.com/detail/spotify-dynamic-theme-plu/bhonlncoengmlbidemffnajjlaijkemm |
Descrizione | Dynamic background with transparency and animations for Spotify |
Dimensione del File | 59.07 KB |
Conteggio Installazioni | 5,641 |
Versione Corrente | 1.7.2 |
Ultimo Aggiornamento | 2023-12-18 |
Data di Pubblicazione | 2021-07-20 |
Valutazione | 4.57/5 Totale 51 Valutazioni |
Sviluppatore | cckats |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } } |