Smart Dark Mode

Does not use heavy codes. It doesn't break the web design. Detects only bright sites and invert them to dark sites.

What is Smart Dark Mode?

Smart Dark Mode is a Chrome extension developed by ndaesik, and its main feature is "Does not use heavy codes. It doesn't break the web design. Detects only bright sites and invert them to dark sites.".

Extension Screenshots

screenshot

Download Smart Dark Mode Extension CRX File

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

                        - All elements are displayed normally.
- The script is light.
- Dark pages do not convert.
- Easy to add/remove filters.                    

Extension Basic Information

Name Smart Dark Mode Smart Dark Mode
ID mpdjakileikddgilaegaijhmfhendcji
Official URL https://chromewebstore.google.com/detail/smart-dark-mode/mpdjakileikddgilaegaijhmfhendcji
Description Does not use heavy codes. It doesn't break the web design. Detects only bright sites and invert them to dark sites.
File Size 41.16 KB
Installation Count 226
Current Version 1
Last Updated 2022-05-31
Publish Date 2022-05-31
Developer ndaesik
Email [email protected]
Payment Type free
Supported Languages id,de,en,fr,nl,vi,tr,da,es,hr,it,hu,pl,pt-BR,pt-PT,sk,cs,sr,ru,uk,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "background"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "content_scripts\/css.css"
            ],
            "js": [
                "content_scripts\/script.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}