Winamp Themes

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

Hvad er Winamp Themes?

Winamp Themes er en Chrome-udvidelse udviklet af spotifythemes, og dens hovedfunktion er "Add the original Winamp Theme style as a skin to the Spotify Web player.".

Udvidelsesskærmbilleder

screenshot

Download Winamp Themes-udvidelses-CRX-fil

Download Winamp Themes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Winamp Themes Winamp Themes
ID iogmoibidngaimoilahjhcjnbomndoem
Officiel URL https://chromewebstore.google.com/detail/winamp-themes/iogmoibidngaimoilahjhcjnbomndoem
Beskrivelse Add the original Winamp Theme style as a skin to the Spotify Web player.
Filstørrelse 45.9 KB
Antal Installationer 96
Nuværende Version 1.0
Senest Opdateret 2022-06-04
Udgivelsesdato 2022-06-03
Udvikler spotifythemes
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL http://aarontrierweiler.com/
Understøttede Sprog 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"
}