Winamp Themes
Add the original Winamp Theme style as a skin to the Spotify Web player.
Winamp Themesคืออะไร?
Winamp Themes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย spotifythemes และคุณลักษณะหลักของมันคือ "Add the original Winamp Theme style as a skin to the Spotify Web player."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Winamp Themes
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } |