Dark Mode

Turn on dark mode on popular sites.

什么是Dark Mode?

Dark Mode是由kotov.nikita284开发的Chrome扩展程序,该扩展的主要功能是“Turn on dark mode on popular sites.”。

扩展截图

screenshot

下载Dark Mode扩展crx文件

下载Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Meet new classic dark mode for chrome browser. Application allows darken all websites just in one click. If you`re already tired of default websites outlook then you should definitely check this out. Need some changes in your browsing? Dark mode will change Youtube, VK, Facebook and Google design.
Dark mode will also protect your eyes, which get tired from bright default design. When the dark theme is on it reliefs the stress at night time and your eyes will feel better. This extension switches default design of social networks, websites and other resources to classic dark theme. 
Instructions are pretty simple – if you want to enable\disable dark theme you should:
Click on icon located in right-upper corner in Chrome browser
Select from the pop-up window the resource you want to switch to dark theme - Youtube, Facebook, Google etc.
You`ll see a great improvement after installing our new and absolutely free extension. Extension has no hidden scripts to mess with your device or steal your personal data. It just allows you to darken all sites you need in simple manner. If you have a comment or request then feel free to leave it in the comments below.                    

扩展基本信息

名称 Dark Mode Dark Mode
ID nmmmpllghdhljkmhnbmgcdcnoklnlhhb
官方URL https://chrome.google.com/webstore/detail/dark-mode/nmmmpllghdhljkmhnbmgcdcnoklnlhhb
简介 Turn on dark mode on popular sites.
文件大小 335 KB
安装次数 1,000
当前版本 1.4
更新时间 2022-10-18
上架时间 2021-04-15
评分 1.00/5 共5次评分
开发者 kotov.nikita284
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "Turn on dark mode on popular sites.",
    "icons": {
        "128": "zizimana.png"
    },
    "version": "1.4",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "pronda.html",
        "default_icon": "zizimana.png"
    },
    "background": {
        "scripts": [
            "cfora\/pistrfa\/bibata.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "jquery.js",
                "cfora\/pistrfa\/corapta.js",
                "cfora\/pistrfa\/astrafa\/lavaba.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*.css"
    ]
}