Winamp Themes
Add the original Winamp Theme style as a skin to the Spotify Web player.
Was ist Winamp Themes?
Winamp Themes ist eine Chrome-Erweiterung, die von spotifythemes entwickelt wurde, und ihr Hauptmerkmal ist "Add the original Winamp Theme style as a skin to the Spotify Web player.".
Erweiterungsscreenshots
Winamp Themes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Winamp Themes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iogmoibidngaimoilahjhcjnbomndoem |
| Offizielle URL | https://chromewebstore.google.com/detail/winamp-themes/iogmoibidngaimoilahjhcjnbomndoem |
| Beschreibung | Add the original Winamp Theme style as a skin to the Spotify Web player. |
| Dateigröße | 45.9 KB |
| Installationsanzahl | 96 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2022-06-04 |
| Veröffentlichungsdatum | 2022-06-03 |
| Entwickler | spotifythemes |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | http://aarontrierweiler.com/ |
| Unterstützte Sprachen | 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"
} | |