Winamp Themes

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

什么是Winamp Themes?

Winamp Themes是由spotifythemes开发的Chrome扩展程序,该扩展的主要功能是“Add the original Winamp Theme style as a skin to the Spotify Web player.”。

扩展截图

screenshot

下载Winamp Themes扩展crx文件

下载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"
}