DarkCloud - SoundCloud Dark Mode
Changes soundcloud.com to a dark theme.
Hvad er DarkCloud - SoundCloud Dark Mode?
DarkCloud - SoundCloud Dark Mode er en Chrome-udvidelse udviklet af iNet, og dens hovedfunktion er "Changes soundcloud.com to a dark theme.".
Udvidelsesskærmbilleder
Download DarkCloud - SoundCloud Dark Mode-udvidelses-CRX-fil
Download DarkCloud - SoundCloud Dark Mode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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"). Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mefnnonjkpgbkbedlbgcbhkbgddghodn |
| Officiel URL | https://chromewebstore.google.com/detail/darkcloud-soundcloud-dark/mefnnonjkpgbkbedlbgcbhkbgddghodn |
| Beskrivelse | Changes soundcloud.com to a dark theme. |
| Filstørrelse | 20.03 KB |
| Antal Installationer | 7,174 |
| Nuværende Version | 1.6.4 |
| Senest Opdateret | 2023-11-11 |
| Udgivelsesdato | 2022-05-17 |
| Bedømmelse | 4.76/5 Samlet 21 Bedømmelser |
| Udvikler | iNet |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/IEVEVO/darkcloud |
| Hjælpeside-URL | https://github.com/IEVEVO/darkcloud/issues |
| Understøttede Sprog | 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"
]
}
]
} | |