SoundCloud Dark - Purple theme for SoundCloud
Change the SoundCloud web UI to a dark mode with purple accents.
Cos'è SoundCloud Dark - Purple theme for SoundCloud?
SoundCloud Dark - Purple theme for SoundCloud è un'estensione di Chrome sviluppata da Raphaël, e la sua funzione principale è "Change the SoundCloud web UI to a dark mode with purple accents.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SoundCloud Dark - Purple theme for SoundCloud
Scarica i file di estensione SoundCloud Dark - Purple theme for SoundCloud 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
Extension that offers a dark theme with purple accents for the web version of SoundCloud.
Informazioni di Base sull'Estensione
Nome | SoundCloud Dark - Purple theme for SoundCloud |
ID | naebniocckkfbbgefonjeahbbhhfafnj |
URL Ufficiale | https://chromewebstore.google.com/detail/soundcloud-dark-purple-th/naebniocckkfbbgefonjeahbbhhfafnj |
Descrizione | Change the SoundCloud web UI to a dark mode with purple accents. |
Dimensione del File | 4.69 MB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-10-25 |
Data di Pubblicazione | 2023-10-25 |
Sviluppatore | Raphaël |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/rxphyy/soundcloud-dark |
URL della Pagina di Aiuto | https://github.com/rxphyy/soundcloud-dark/issues |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SoundCloud Dark - Purple theme for SoundCloud", "version": "1.0", "description": "Change the SoundCloud web UI to a dark mode with purple accents.", "icons": { "48": "images\/48.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "css": [ "styles.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "images\/play.png" ], "matches": [ " |