SoundCloud Dark - Purple theme for SoundCloud
Change the SoundCloud web UI to a dark mode with purple accents.
Co je SoundCloud Dark - Purple theme for SoundCloud?
SoundCloud Dark - Purple theme for SoundCloud je rozšíření Chrome vyvinuté Raphaël, a jeho hlavní funkcí je „Change the SoundCloud web UI to a dark mode with purple accents.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření SoundCloud Dark - Purple theme for SoundCloud
Stáhněte si soubory rozšíření SoundCloud Dark - Purple theme for SoundCloud ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Extension that offers a dark theme with purple accents for the web version of SoundCloud.
Základní Informace o Rozšíření
Název | SoundCloud Dark - Purple theme for SoundCloud |
ID | naebniocckkfbbgefonjeahbbhhfafnj |
Oficiální URL | https://chromewebstore.google.com/detail/soundcloud-dark-purple-th/naebniocckkfbbgefonjeahbbhhfafnj |
Popis | Change the SoundCloud web UI to a dark mode with purple accents. |
Velikost souboru | 4.69 MB |
Počet instalací | 23 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2023-10-25 |
Datum Vydání | 2023-10-25 |
Vývojář | Raphaël |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/rxphyy/soundcloud-dark |
URL Stránky Nápovědy | https://github.com/rxphyy/soundcloud-dark/issues |
Podporované Jazyky | 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": [ " |