Dark theme for TikTok

Dark theme for TikTok. Easily switch TikTok site mode to dark or light with one click.

Что такое Dark theme for TikTok?

Dark theme for TikTok - это расширение Chrome, разработанное ali, и его основная функция - "Dark theme for TikTok. Easily switch TikTok site mode to dark or light with one click.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Dark theme for TikTok

Скачайте файлы расширений Dark theme for TikTok в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Dark Mode TikTok is a browser extension that will make the tiktok.com website dark, comfortable for spending time in the dark. The colors are specially selected so that there is no sense of sharpness.

The Dark Mode TikTok extension works great on the site and in the desktop version of TikTok. To use the extension, just go to the site and click on the extension's icon to enable or disable dark mode.

This is an independent project developed by our team and not affiliated with TikTok Inc.                    

Основная информация о расширении

Название Dark theme for TikTok Dark theme for TikTok
ID lkcihiljgncclejgncmkfgdaljifeedk
Официальный URL https://chromewebstore.google.com/detail/dark-theme-for-tiktok/lkcihiljgncclejgncmkfgdaljifeedk
Описание Dark theme for TikTok. Easily switch TikTok site mode to dark or light with one click.
Размер файла 30.15 KB
Количество установок 30,190
Текущая Версия 0.0.05
Последнее Обновление 2021-09-06
Дата публикации 2021-06-02
Рейтинг 3.67/5 Всего 46 оценок
Разработчик ali
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки de,en,fr,es,it,pl,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "manifest_version": 2,
    "version": "0.0.05",
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/enable.png",
        "default_title": "__MSG_short_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.tiktok.com\/*"
    ],
    "icons": {
        "189": "img\/enable.png"
    },
    "web_accessible_resources": [
        "\/img\/128x128.png"
    ]
}