Spotify Dynamic Theme
Spotify Web Player Dynamic Background With Transparency And Animations
Cos'è Spotify Dynamic Theme?
Spotify Dynamic Theme è un'estensione di Chrome sviluppata da https://spotifydynamictheme.com, e la sua funzione principale è "Spotify Web Player Dynamic Background With Transparency And Animations".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Spotify Dynamic Theme
Scarica i file di estensione Spotify Dynamic Theme 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
Spotify Dynamic Theme is a skin or theme that changes the background to the song or album cover which is playing. Spotify Dynamic Theme also adds many transitions and effects. Spotify Dynamic Theme Extensions works on Spotify Web Player (open.spotify.com) only. INSTALLATION INSTRUCTIONS FOR SPOTIFY DYNAMIC THEME EXTENSION: 1. Click on “Add to Chrome” button. 2. Then, click on “Add Extension” button prompted on screen. 3. Click on “Puzzle” icon on right hand side of Chrome bar. 4. Pin the extension as it should be blue pin in front of the extension name “Spotify Dynamic Theme”. 5. Visit open.spotify.com and login to your Account. 6. Click on extension icon and manage to turn on/off the Spotify Dynamic Theme Feature.
Informazioni di Base sull'Estensione
Nome | Spotify Dynamic Theme |
ID | pffhcdafpflfaibcnmnegbclcmjhlick |
URL Ufficiale | https://chromewebstore.google.com/detail/spotify-dynamic-theme/pffhcdafpflfaibcnmnegbclcmjhlick |
Descrizione | Spotify Web Player Dynamic Background With Transparency And Animations |
Dimensione del File | 191 KB |
Conteggio Installazioni | 500 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-06-11 |
Data di Pubblicazione | 2023-01-15 |
Valutazione | 4.75/5 Totale 36 Valutazioni |
Sviluppatore | https://spotifydynamictheme.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.spotifydynamictheme.com/ |
URL della Pagina di Aiuto | https://www.spotifydynamictheme.com/ |
Lingue Supportate | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.0.1", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "icons\/16X16.png", "32": "icons\/32X32.png", "48": "icons\/48X48.png", "128": "icons\/128X128.png" }, "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "userscript.js" ] }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "contentScript.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "icons\/128X128.png" }, "default_popup": "popup.html", "default_title": "__MSG_name__" }, "permissions": [ "tabs", "storage", "unlimitedStorage" ] } |