Hot Pink spotify
hot pink spotify a new way of looking at spotify
Cos'è Hot Pink spotify?
Hot Pink spotify è un'estensione di Chrome sviluppata da Alteredream, e la sua funzione principale è "hot pink spotify a new way of looking at spotify".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hot Pink spotify
Scarica i file di estensione Hot Pink spotify 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
makes spotify look hot pink and welcoms you to spotify Informazioni di Base sull'Estensione
| Nome | |
| ID | dhhdieigjdnfcekhbakmkefmeibldgob |
| URL Ufficiale | https://chromewebstore.google.com/detail/hot-pink-spotify/dhhdieigjdnfcekhbakmkefmeibldgob |
| Descrizione | hot pink spotify a new way of looking at spotify |
| Dimensione del File | 48.3 KB |
| Conteggio Installazioni | 224 |
| Versione Corrente | 1.4.0 |
| Ultimo Aggiornamento | 2023-10-12 |
| Data di Pubblicazione | 2023-10-12 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Alteredream |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://nweaver395.wixsite.com/privacypolicy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hot Pink spotify",
"permissions": [
"storage"
],
"optional_host_permissions": [
"https:\/\/open.spotify.com\/"
],
"description": "hot pink spotify a new way of looking at spotify",
"version": "1.4.0",
"content_scripts": [
{
"matches": [
"https:\/\/open.spotify.com\/*"
],
"js": [
"Content.js"
],
"css": [
"main.css"
]
}
],
"icons": {
"16": "16Hot_Pink_spotify.png",
"32": "32Hot_Pink_spotify.png",
"48": "48Hot_Pink_spotify.png",
"128": "128Hot_Pink_spotify.png"
}
} | |