Dark Mode

With this extension you can enable dark mode on popular websites

Что такое Dark Mode?

Dark Mode - это расширение Chrome, разработанное xjgshwhd882, и его основная функция - "With this extension you can enable dark mode on popular websites".

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

screenshot

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

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

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

                        Simple click on a button will turn on dark mode for all webpages. Meet this cool Dark theme for your Chrome browser that can can be applied to every website.
This superb app for Chrome browser will switch a theme on all the websites. Social networks, websites and every new tab will be painted black. You no longer need to open settings to switch a dark every time you open new website- only one application provides awesome black on every new tab or website.                    

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

Название Dark Mode Dark Mode
ID ckicbofgekmggdeifjkbekkjbbdjhnib
Официальный URL https://chromewebstore.google.com/detail/dark-mode/ckicbofgekmggdeifjkbekkjbbdjhnib
Описание With this extension you can enable dark mode on popular websites
Размер файла 263 KB
Количество установок 2,349
Текущая Версия 2.0
Последнее Обновление 2023-03-02
Дата публикации 2021-03-06
Рейтинг 2.92/5 Всего 12 оценок
Разработчик xjgshwhd882
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Dark Mode",
    "description": "With this extension you can enable dark mode on popular websites",
    "icons": {
        "128": "tynolertVanmol.png"
    },
    "version": "2.0",
    "permissions": [
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "jiplerVolaert.html"
    },
    "background": {
        "scripts": [
            "hutymloPaqw.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "nmaxrtadLopader.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*.css"
    ]
}