Winamp Themes

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

Co to jest Winamp Themes?

Winamp Themes to rozszerzenie Chrome opracowane przez spotifythemes, a jego główną funkcją jest „Add the original Winamp Theme style as a skin to the Spotify Web player.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Winamp Themes

Pobierz pliki rozszerzeń Winamp Themes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Winamp Themes Winamp Themes
ID iogmoibidngaimoilahjhcjnbomndoem
Oficjalny URL https://chromewebstore.google.com/detail/winamp-themes/iogmoibidngaimoilahjhcjnbomndoem
Opis Add the original Winamp Theme style as a skin to the Spotify Web player.
Rozmiar pliku 45.9 KB
Liczba instalacji 96
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-06-04
Data Publikacji 2022-06-03
Deweloper spotifythemes
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy http://aarontrierweiler.com/
Obsługiwane Języki 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"
}