Winamp Themes
Add the original Winamp Theme style as a skin to the Spotify Web player.
¿Qué es Winamp Themes?
Winamp Themes es una extensión de Chrome desarrollada por spotifythemes, y su función principal es "Add the original Winamp Theme style as a skin to the Spotify Web player.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Winamp Themes
Descarga archivos de extensión Winamp Themes en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Winamp Themes |
ID | iogmoibidngaimoilahjhcjnbomndoem |
URL Oficial | https://chromewebstore.google.com/detail/winamp-themes/iogmoibidngaimoilahjhcjnbomndoem |
Descripción | Add the original Winamp Theme style as a skin to the Spotify Web player. |
Tamaño del Archivo | 45.9 KB |
Cantidad de Instalaciones | 96 |
Versión Actual | 1.0 |
Última Actualización | 2022-06-04 |
Fecha de Publicación | 2022-06-03 |
Desarrollador | spotifythemes |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | http://aarontrierweiler.com/ |
Idiomas Soportados | 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" } |