Winamp Themes

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

Qu'est-ce que Winamp Themes ?

Winamp Themes est une extension Chrome développée par spotifythemes, et sa fonction principale est "Add the original Winamp Theme style as a skin to the Spotify Web player.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Winamp Themes

Téléchargez les fichiers d'extension Winamp Themes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Winamp Themes Winamp Themes
ID iogmoibidngaimoilahjhcjnbomndoem
URL Officiel https://chromewebstore.google.com/detail/winamp-themes/iogmoibidngaimoilahjhcjnbomndoem
Description Add the original Winamp Theme style as a skin to the Spotify Web player.
Taille du Fichier 45.9 KB
Nombre d'Installations 96
Version Actuelle 1.0
Dernière Mise à Jour 2022-06-04
Date de Publication 2022-06-03
Développeur spotifythemes
Email [email protected]
Type de Paiement free
URL de la Page d'Aide http://aarontrierweiler.com/
Langues Prises en Charge 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"
}