Winamp Themes

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

Wat is Winamp Themes?

Winamp Themes is een Chrome-extensie ontwikkeld door spotifythemes, en de belangrijkste functie is "Add the original Winamp Theme style as a skin to the Spotify Web player.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Winamp Themes

Download Winamp Themes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Winamp Themes Winamp Themes
ID iogmoibidngaimoilahjhcjnbomndoem
Officiële URL https://chromewebstore.google.com/detail/winamp-themes/iogmoibidngaimoilahjhcjnbomndoem
Beschrijving Add the original Winamp Theme style as a skin to the Spotify Web player.
Bestandsgrootte 45.9 KB
Aantal Installaties 96
Huidige Versie 1.0
Laatst Bijgewerkt 2022-06-04
Publicatiedatum 2022-06-03
Ontwikkelaar spotifythemes
E-mail [email protected]
Betalingswijze free
Help Pagina-URL http://aarontrierweiler.com/
Ondersteunde Talen 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"
}