DarkCloud - SoundCloud Dark Mode
Changes soundcloud.com to a dark theme.
Что такое DarkCloud - SoundCloud Dark Mode?
DarkCloud - SoundCloud Dark Mode - это расширение Chrome, разработанное iNet, и его основная функция - "Changes soundcloud.com to a dark theme.".
Снимки экрана расширения
Скачать файл CRX расширения DarkCloud - SoundCloud Dark Mode
Скачайте файлы расширений DarkCloud - SoundCloud Dark Mode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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"). Основная информация о расширении
| Название | |
| ID | mefnnonjkpgbkbedlbgcbhkbgddghodn |
| Официальный URL | https://chromewebstore.google.com/detail/darkcloud-soundcloud-dark/mefnnonjkpgbkbedlbgcbhkbgddghodn |
| Описание | Changes soundcloud.com to a dark theme. |
| Размер файла | 20.03 KB |
| Количество установок | 7,174 |
| Текущая Версия | 1.6.4 |
| Последнее Обновление | 2023-11-11 |
| Дата публикации | 2022-05-17 |
| Рейтинг | 4.76/5 Всего 21 оценок |
| Разработчик | iNet |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/IEVEVO/darkcloud |
| URL страницы помощи | https://github.com/IEVEVO/darkcloud/issues |
| Поддерживаемые языки | 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"
]
}
]
} | |