DarkCloud - SoundCloud Dark Mode
Changes soundcloud.com to a dark theme.
Was ist DarkCloud - SoundCloud Dark Mode?
DarkCloud - SoundCloud Dark Mode ist eine Chrome-Erweiterung, die von iNet entwickelt wurde, und ihr Hauptmerkmal ist "Changes soundcloud.com to a dark theme.".
Erweiterungsscreenshots
DarkCloud - SoundCloud Dark Mode-Erweiterungs-CRX-Datei herunterladen
Laden Sie DarkCloud - SoundCloud Dark Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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").
Grundlegende Informationen zur Erweiterung
Name | DarkCloud - SoundCloud Dark Mode |
ID | mefnnonjkpgbkbedlbgcbhkbgddghodn |
Offizielle URL | https://chromewebstore.google.com/detail/darkcloud-soundcloud-dark/mefnnonjkpgbkbedlbgcbhkbgddghodn |
Beschreibung | Changes soundcloud.com to a dark theme. |
Dateigröße | 20.03 KB |
Installationsanzahl | 7,174 |
Aktuelle Version | 1.6.4 |
Letztes Update | 2023-11-11 |
Veröffentlichungsdatum | 2022-05-17 |
Bewertung | 4.76/5 Insgesamt 21 Bewertungen |
Entwickler | iNet |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/IEVEVO/darkcloud |
Hilfeseite URL | https://github.com/IEVEVO/darkcloud/issues |
Unterstützte Sprachen | 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" ] } ] } |