Winamp Themes

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

Apa itu Winamp Themes?

Winamp Themes adalah ekstensi Chrome yang dikembangkan oleh spotifythemes, dan fitur utamanya adalah "Add the original Winamp Theme style as a skin to the Spotify Web player.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Winamp Themes

Unduh file ekstensi Winamp Themes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Winamp Themes Winamp Themes
ID iogmoibidngaimoilahjhcjnbomndoem
URL Resmi https://chromewebstore.google.com/detail/winamp-themes/iogmoibidngaimoilahjhcjnbomndoem
Deskripsi Add the original Winamp Theme style as a skin to the Spotify Web player.
Ukuran File 45.9 KB
Jumlah Instalasi 96
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-06-04
Tanggal Publikasi 2022-06-03
Pengembang spotifythemes
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan http://aarontrierweiler.com/
Bahasa yang Didukung 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"
}