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.”。
擴展截圖
下載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 |
ID | iogmoibidngaimoilahjhcjnbomndoem |
官方網址 | 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" } |