Winamp Themes

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

Τι είναι το Winamp Themes;

Το Winamp Themes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον spotifythemes, και η κύρια λειτουργία του είναι "Add the original Winamp Theme style as a skin to the Spotify Web player.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Winamp Themes

Λήψη αρχείων επέκτασης Winamp Themes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Winamp Themes Winamp Themes
ID iogmoibidngaimoilahjhcjnbomndoem
Επίσημο URL https://chromewebstore.google.com/detail/winamp-themes/iogmoibidngaimoilahjhcjnbomndoem
Περιγραφή Add the original Winamp Theme style as a skin to the Spotify Web player.
Μέγεθος Αρχείου 45.9 KB
Αριθμός Εγκαταστάσεων 96
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-06-04
Ημερομηνία Δημοσίευσης 2022-06-03
Προγραμματιστής spotifythemes
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας http://aarontrierweiler.com/
Υποστηριζόμενες Γλώσσες 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"
}