SoundCloud DeepDark
SoundCloud Dark Theme
Hvad er SoundCloud DeepDark?
SoundCloud DeepDark er en Chrome-udvidelse udviklet af motive, og dens hovedfunktion er "SoundCloud Dark Theme".
Udvidelsesskærmbilleder
Download SoundCloud DeepDark-udvidelses-CRX-fil
Download SoundCloud DeepDark-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
Google Chrome extension for SOUNDCLOUD The extension adds a dark theme to the soundcloud, not provided by the developers of the project. Save eyes at night and allows the site to look aesthetically pleasing. The product is open source, you can find the code at https://github.com/sx-motive/soundcloud-deepdark Report an error or ask a question to the author Software / frontend developer - Denis Kunitsyn - https://t.me/sxmotive
Grundlæggende oplysninger om udvidelsen
Navn | SoundCloud DeepDark |
ID | edooflagimepjnndabmcdlahbfpagjcl |
Officiel URL | https://chromewebstore.google.com/detail/soundcloud-deepdark/edooflagimepjnndabmcdlahbfpagjcl |
Beskrivelse | SoundCloud Dark Theme |
Filstørrelse | 14.48 KB |
Antal Installationer | 385 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2021-11-06 |
Udgivelsesdato | 2021-11-06 |
Bedømmelse | 3.75/5 Samlet 4 Bedømmelser |
Udvikler | motive |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/sx-motive/soundcloud-deepdark |
Hjælpeside-URL | https://github.com/sx-motive/soundcloud-deepdark |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SoundCloud DeepDark", "description": "SoundCloud Dark Theme", "version": "1.0.1", "permissions": [], "icons": { "128": "logo.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "js": [ "background.js" ], "run_at": "document_start" } ], "browser_action": { "default_title": "SoundCloud DeepDark", "default_icon": "logo.png" }, "manifest_version": 2, "web_accessible_resources": [ "dark.css" ] } |