Winamp Themes

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

What is Winamp Themes?

Winamp Themes is a Chrome extension developed by spotifythemes, and its main feature is "Add the original Winamp Theme style as a skin to the Spotify Web player.".

Extension Screenshots

screenshot

Download Winamp Themes Extension CRX File

Download Winamp Themes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Winamp Themes Winamp Themes
ID iogmoibidngaimoilahjhcjnbomndoem
Official URL https://chromewebstore.google.com/detail/winamp-themes/iogmoibidngaimoilahjhcjnbomndoem
Description Add the original Winamp Theme style as a skin to the Spotify Web player.
File Size 45.9 KB
Installation Count 96
Current Version 1.0
Last Updated 2022-06-04
Publish Date 2022-06-03
Developer spotifythemes
Email [email protected]
Payment Type free
Help Page URL http://aarontrierweiler.com/
Supported Languages 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"
}