Winamp Themes
Add the original Winamp Theme style as a skin to the Spotify Web player.
Vad är Winamp Themes?
Winamp Themes är en Chrome-tillägg utvecklad av spotifythemes, och dess huvudfunktion är "Add the original Winamp Theme style as a skin to the Spotify Web player.".
Tilläggsskärmbilder
Ladda ner Winamp Themes-förlängningens CRX-fil
Ladda ner Winamp Themes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | iogmoibidngaimoilahjhcjnbomndoem |
| Officiell webbadress | https://chromewebstore.google.com/detail/winamp-themes/iogmoibidngaimoilahjhcjnbomndoem |
| Beskrivning | Add the original Winamp Theme style as a skin to the Spotify Web player. |
| Filstorlek | 45.9 KB |
| Antal Installationer | 96 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-06-04 |
| Publiceringsdatum | 2022-06-03 |
| Utvecklare | spotifythemes |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | http://aarontrierweiler.com/ |
| Stödda Språk | 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"
} | |