Winamp Themes

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

Winamp Themes là gì?

Winamp Themes là một tiện ích mở rộng Chrome được phát triển bởi spotifythemes, và tính năng chính của nó là "Add the original Winamp Theme style as a skin to the Spotify Web player.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Winamp Themes

Tải xuống các tệp mở rộng Winamp Themes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Winamp Themes Winamp Themes
ID iogmoibidngaimoilahjhcjnbomndoem
URL Chính Thức https://chromewebstore.google.com/detail/winamp-themes/iogmoibidngaimoilahjhcjnbomndoem
Mô tả Add the original Winamp Theme style as a skin to the Spotify Web player.
Kích Thước Tệp 45.9 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-06-04
Ngày Phát Hành 2022-06-03
Nhà Phát Triển spotifythemes
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://aarontrierweiler.com/
Ngôn Ngữ Được Hỗ Trợ 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"
}