DarkCloud - SoundCloud Dark Mode
Changes soundcloud.com to a dark theme.
Cos'è DarkCloud - SoundCloud Dark Mode?
DarkCloud - SoundCloud Dark Mode è un'estensione di Chrome sviluppata da iNet, e la sua funzione principale è "Changes soundcloud.com to a dark theme.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DarkCloud - SoundCloud Dark Mode
Scarica i file di estensione DarkCloud - SoundCloud Dark Mode 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
Turns Soundcloud.com into night mode, making it easier on the eyes.
As a frequent Soundcloud user, I found the lack of a first-party 'night mode' strange. Thus, I have created one myself. I have tried to test as many pages and features as possible to ensure they work and look as intended, however I may have missed some. If this is the case, leave a ticket on GitHub (the "support website"). Informazioni di Base sull'Estensione
| Nome | |
| ID | mefnnonjkpgbkbedlbgcbhkbgddghodn |
| URL Ufficiale | https://chromewebstore.google.com/detail/darkcloud-soundcloud-dark/mefnnonjkpgbkbedlbgcbhkbgddghodn |
| Descrizione | Changes soundcloud.com to a dark theme. |
| Dimensione del File | 20.03 KB |
| Conteggio Installazioni | 7,174 |
| Versione Corrente | 1.6.4 |
| Ultimo Aggiornamento | 2023-11-11 |
| Data di Pubblicazione | 2022-05-17 |
| Valutazione | 4.76/5 Totale 21 Valutazioni |
| Sviluppatore | iNet |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/IEVEVO/darkcloud |
| URL della Pagina di Aiuto | https://github.com/IEVEVO/darkcloud/issues |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "DarkCloud - SoundCloud Dark Mode",
"version": "1.6.4",
"description": "Changes soundcloud.com to a dark theme.",
"icons": {
"256": "icons\/logo.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.soundcloud.com\/*"
],
"exclude_globs": [
"*:\/\/*.soundcloud.com\/settings\/connections"
],
"css": [
"dark.css"
]
}
]
} | |