Winamp Themes

Add the original Winamp Theme style as a skin to the Spotify Web player.

O que é Winamp Themes?

Winamp Themes é uma extensão do Chrome desenvolvida por spotifythemes, e sua principal característica é "Add the original Winamp Theme style as a skin to the Spotify Web player.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Winamp Themes

Baixe arquivos de extensão Winamp Themes 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

                        Add the original Winamp Theme style as a skin to the Spotify Web player.  Clicking the extension icon will popup a text button, and when the user clicks this button, the theme will render.                    

Informações Básicas da Extensão

Nome Winamp Themes Winamp Themes
ID iogmoibidngaimoilahjhcjnbomndoem
URL Oficial https://chromewebstore.google.com/detail/winamp-themes/iogmoibidngaimoilahjhcjnbomndoem
Descrição Add the original Winamp Theme style as a skin to the Spotify Web player.
Tamanho do Arquivo 45.9 KB
Contagem de Instalações 96
Versão Atual 1.0
Última Atualização 2022-06-04
Data de Publicação 2022-06-03
Desenvolvedor spotifythemes
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda http://aarontrierweiler.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Winamp Themes",
    "description": "Add the original Winamp Theme style as a skin to the Spotify Web player.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/Extension Icon 16.png",
            "32": "\/images\/Extension Icon 32.png",
            "48": "\/images\/Extension Icon 48.png",
            "128": "\/images\/Extension Icon 128.png"
        }
    },
    "icons": {
        "16": "\/images\/Extension Icon 16.png",
        "32": "\/images\/Extension Icon 32.png",
        "48": "\/images\/Extension Icon 48.png",
        "128": "\/images\/Extension Icon 128.png"
    },
    "options_page": "options.html"
}