Winamp Themes

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

Co je Winamp Themes?

Winamp Themes je rozšíření Chrome vyvinuté spotifythemes, a jeho hlavní funkcí je „Add the original Winamp Theme style as a skin to the Spotify Web player.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Winamp Themes

Stáhněte si soubory rozšíření Winamp Themes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Winamp Themes Winamp Themes
ID iogmoibidngaimoilahjhcjnbomndoem
Oficiální URL https://chromewebstore.google.com/detail/winamp-themes/iogmoibidngaimoilahjhcjnbomndoem
Popis Add the original Winamp Theme style as a skin to the Spotify Web player.
Velikost souboru 45.9 KB
Počet instalací 96
Aktuální Verze 1.0
Poslední Aktualizace 2022-06-04
Datum Vydání 2022-06-03
Vývojář spotifythemes
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy http://aarontrierweiler.com/
Podporované Jazyky 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"
}