DarkCloud - SoundCloud Dark Mode
Changes soundcloud.com to a dark theme.
Wat is DarkCloud - SoundCloud Dark Mode?
DarkCloud - SoundCloud Dark Mode is een Chrome-extensie ontwikkeld door iNet, en de belangrijkste functie is "Changes soundcloud.com to a dark theme.".
Extensie Screenshots
Download het CRX-bestand van de extensie DarkCloud - SoundCloud Dark Mode
Download DarkCloud - SoundCloud Dark Mode-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
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"). Basisinformatie over de Extensie
| Naam | |
| ID | mefnnonjkpgbkbedlbgcbhkbgddghodn |
| Officiële URL | https://chromewebstore.google.com/detail/darkcloud-soundcloud-dark/mefnnonjkpgbkbedlbgcbhkbgddghodn |
| Beschrijving | Changes soundcloud.com to a dark theme. |
| Bestandsgrootte | 20.03 KB |
| Aantal Installaties | 7,174 |
| Huidige Versie | 1.6.4 |
| Laatst Bijgewerkt | 2023-11-11 |
| Publicatiedatum | 2022-05-17 |
| Beoordeling | 4.76/5 Totaal 21 Beoordelingen |
| Ontwikkelaar | iNet |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/IEVEVO/darkcloud |
| Help Pagina-URL | https://github.com/IEVEVO/darkcloud/issues |
| Ondersteunde Talen | 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"
]
}
]
} | |