Hot Pink spotify
hot pink spotify a new way of looking at spotify
Wat is Hot Pink spotify?
Hot Pink spotify is een Chrome-extensie ontwikkeld door Alteredream, en de belangrijkste functie is "hot pink spotify a new way of looking at spotify".
Extensie Screenshots
Download het CRX-bestand van de extensie Hot Pink spotify
Download Hot Pink spotify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
makes spotify look hot pink and welcoms you to spotify Basisinformatie over de Extensie
| Naam | |
| ID | dhhdieigjdnfcekhbakmkefmeibldgob |
| Officiële URL | https://chromewebstore.google.com/detail/hot-pink-spotify/dhhdieigjdnfcekhbakmkefmeibldgob |
| Beschrijving | hot pink spotify a new way of looking at spotify |
| Bestandsgrootte | 48.3 KB |
| Aantal Installaties | 224 |
| Huidige Versie | 1.4.0 |
| Laatst Bijgewerkt | 2023-10-12 |
| Publicatiedatum | 2023-10-12 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Alteredream |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://nweaver395.wixsite.com/privacypolicy |
| Ondersteunde Talen | 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"
}
} | |