Spotify Dynamic Theme Plus

Dynamic background with transparency and animations for Spotify

O que é Spotify Dynamic Theme Plus?

Spotify Dynamic Theme Plus é uma extensão do Chrome desenvolvida por cckats, e sua principal característica é "Dynamic background with transparency and animations for Spotify".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Spotify Dynamic Theme Plus

Baixe arquivos de extensão Spotify Dynamic Theme Plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Spotify Dynamic Theme Plus Spotify Dynamic Theme Plus
ID bhonlncoengmlbidemffnajjlaijkemm
URL Oficial https://chromewebstore.google.com/detail/spotify-dynamic-theme-plu/bhonlncoengmlbidemffnajjlaijkemm
Descrição Dynamic background with transparency and animations for Spotify
Tamanho do Arquivo 59.07 KB
Contagem de Instalações 5,641
Versão Atual 1.7.2
Última Atualização 2023-12-18
Data de Publicação 2021-07-20
Classificação 4.57/5 Total de 51 Avaliações
Desenvolvedor cckats
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    }
}