Winamp Themes
Add the original Winamp Theme style as a skin to the Spotify Web player.
Cos'è Winamp Themes?
Winamp Themes è un'estensione di Chrome sviluppata da spotifythemes, e la sua funzione principale è "Add the original Winamp Theme style as a skin to the Spotify Web player.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Winamp Themes
Scarica i file di estensione Winamp Themes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Winamp Themes |
ID | iogmoibidngaimoilahjhcjnbomndoem |
URL Ufficiale | https://chromewebstore.google.com/detail/winamp-themes/iogmoibidngaimoilahjhcjnbomndoem |
Descrizione | Add the original Winamp Theme style as a skin to the Spotify Web player. |
Dimensione del File | 45.9 KB |
Conteggio Installazioni | 96 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-06-04 |
Data di Pubblicazione | 2022-06-03 |
Sviluppatore | spotifythemes |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://aarontrierweiler.com/ |
Lingue Supportate | 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" } |