Dark Mode

With this extension you can enable dark mode on popular websites

What is Dark Mode?

Dark Mode is a Chrome extension developed by aleksei.dromov, and its main feature is "With this extension you can enable dark mode on popular websites".

Extension Screenshots

screenshot
screenshot
screenshot

Download Dark Mode Extension CRX File

Download Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Dark Mode Dark Mode
ID ankbokadcmpmcfndgompccmfcigkhpmp
Official URL https://chrome.google.com/webstore/detail/dark-mode/ankbokadcmpmcfndgompccmfcigkhpmp
Description With this extension you can enable dark mode on popular websites
File Size 584 KB
Installation Count 10,000
Current Version 1.6
Last Updated 2021-11-11
Publish Date 2020-12-12
Rating 2.94/5 Total 36 Ratings
Developer aleksei.dromov
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}