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