DarkCloud - SoundCloud Dark Mode
Changes soundcloud.com to a dark theme.
Co to jest DarkCloud - SoundCloud Dark Mode?
DarkCloud - SoundCloud Dark Mode to rozszerzenie Chrome opracowane przez iNet, a jego główną funkcją jest „Changes soundcloud.com to a dark theme.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DarkCloud - SoundCloud Dark Mode
Pobierz pliki rozszerzeń DarkCloud - SoundCloud Dark Mode 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
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"). Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mefnnonjkpgbkbedlbgcbhkbgddghodn |
| Oficjalny URL | https://chromewebstore.google.com/detail/darkcloud-soundcloud-dark/mefnnonjkpgbkbedlbgcbhkbgddghodn |
| Opis | Changes soundcloud.com to a dark theme. |
| Rozmiar pliku | 20.03 KB |
| Liczba instalacji | 7,174 |
| Aktualna Wersja | 1.6.4 |
| Ostatnia Aktualizacja | 2023-11-11 |
| Data Publikacji | 2022-05-17 |
| Ocena | 4.76/5 Łącznie 21 Oceny |
| Deweloper | iNet |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/IEVEVO/darkcloud |
| Adres URL Strony Pomocy | https://github.com/IEVEVO/darkcloud/issues |
| Obsługiwane Języki | 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"
]
}
]
} | |