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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } |