SoundCloud DeepDark
SoundCloud Dark Theme
Co to jest SoundCloud DeepDark?
SoundCloud DeepDark to rozszerzenie Chrome opracowane przez motive, a jego główną funkcją jest „SoundCloud Dark Theme”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SoundCloud DeepDark
Pobierz pliki rozszerzeń SoundCloud DeepDark w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | SoundCloud DeepDark |
ID | edooflagimepjnndabmcdlahbfpagjcl |
Oficjalny URL | https://chromewebstore.google.com/detail/soundcloud-deepdark/edooflagimepjnndabmcdlahbfpagjcl |
Opis | SoundCloud Dark Theme |
Rozmiar pliku | 14.48 KB |
Liczba instalacji | 385 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2021-11-06 |
Data Publikacji | 2021-11-06 |
Ocena | 3.75/5 Łącznie 4 Oceny |
Deweloper | motive |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/sx-motive/soundcloud-deepdark |
Adres URL Strony Pomocy | https://github.com/sx-motive/soundcloud-deepdark |
Obsługiwane Języki | 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" ] } |