Super Dark Mode

Switch all websites to dark mode. You can darken all sites and also customize colors for the sites you want.

What is Super Dark Mode?

Super Dark Mode is a Chrome extension developed by Unknown, and its main feature is "Switch all websites to dark mode. You can darken all sites and also customize colors for the sites you want.".

Extension Screenshots

screenshot
screenshot

Download Super Dark Mode Extension CRX File

Download Super 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

                        Start full dark mode background                    

Extension Basic Information

Name Super Dark Mode Super Dark Mode
ID bkmemecbbfhmgcmfhkjlmdkodfbfponb
Official URL https://chromewebstore.google.com/detail/super-dark-mode/bkmemecbbfhmgcmfhkjlmdkodfbfponb
Description Switch all websites to dark mode. You can darken all sites and also customize colors for the sites you want.
File Size 304 KB
Installation Count 29
Current Version 5.0.0.7
Last Updated 2021-10-30
Publish Date 2021-10-30
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/on\/16.png",
            "32": "data\/icons\/on\/32.png",
            "48": "data\/icons\/on\/48.png",
            "64": "data\/icons\/on\/64.png"
        },
        "default_title": "Start Dark Mode"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "data\/icons\/on\/128.png",
        "16": "data\/icons\/on\/16.png",
        "32": "data\/icons\/on\/32.png",
        "48": "data\/icons\/on\/48.png",
        "64": "data\/icons\/on\/64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "data\/options\/options.html",
    "permissions": [
        "storage",
        "",
        "contextMenus",
        "cookies"
    ],
    "short_name": "__MSG_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.0.0.7",
    "web_accessible_resources": [
        "data\/content_script\/*.css"
    ]
}