Dark Mode

With this extension you can enable dark mode on popular websites

Что такое Dark Mode?

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

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

screenshot
screenshot
screenshot

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

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

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

                        If you want to have amazing reliable Dark mode chrome extension, then you should definitely check out our Dark forest extension. The best feature of the app is that you don`t need to install multiple dark mode extension for every popular website, because all of them are here in one extension. You can also add a website to a so called ‘black list’ to have a default design. Dark forest extension has Night shift mode that allows you to enable yellow tint and help your eyes at the nighttime. 
Help us to improve the extension and leave your comment or request.                    

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

Название Dark Mode Dark Mode
ID ankbokadcmpmcfndgompccmfcigkhpmp
Официальный URL https://chrome.google.com/webstore/detail/dark-mode/ankbokadcmpmcfndgompccmfcigkhpmp
Описание With this extension you can enable dark mode on popular websites
Размер файла 584 KB
Количество установок 10,000
Текущая Версия 1.6
Последнее Обновление 2021-11-11
Дата публикации 2020-12-12
Рейтинг 2.94/5 Всего 36 оценок
Разработчик aleksei.dromov
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
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": "media\/img\/favicon-128.png",
        "48": "media\/img\/favicon-48.png",
        "16": "media\/img\/favicon-16.png"
    },
    "version": "1.6",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "media\/img\/favicon-128.png"
    },
    "background": {
        "scripts": [
            "background\/init.js",
            "js\/chrome.js",
            "js\/context.js",
            "bkg.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "vendor\/jquery.js",
                "js\/blue_eyes.js",
                "js\/main.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "\/media\/**\/*.css"
    ]
}