Dark Mode Kali

Dark mode can used to protect eyes from harsh brightness

What is Dark Mode Kali?

Dark Mode Kali is a Chrome extension developed by Sarthak Bansal, and its main feature is "Dark mode can used to protect eyes from harsh brightness".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Dark Mode Kali Extension CRX File

Download Dark Mode Kali 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

                        It has very clean user interface that do it's job in robust way.

It has Night Owl eye mode to protect your eyes from uv rays during night shifts.

It also has dark mode in which you can add exceptions to various websites                    

Extension Basic Information

Name Dark Mode Kali Dark Mode Kali
ID chbdmdapmeflnkgibpgbdcblndooljff
Official URL https://chromewebstore.google.com/detail/dark-mode-kali/chbdmdapmeflnkgibpgbdcblndooljff
Description Dark mode can used to protect eyes from harsh brightness
File Size 86.99 KB
Installation Count 811
Current Version 0.0.2
Last Updated 2023-04-04
Publish Date 2020-08-20
Rating 4.13/5 Total 8 Ratings
Developer Sarthak Bansal
Email [email protected]
Payment Type free
Supported Languages en,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Mode Kali",
    "description": "Dark mode can used to protect eyes from harsh brightness",
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png",
        "32": "img\/32.png"
    },
    "browser_action": {
        "default_icon": "img\/64.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "js\/storage.js",
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "css\/darkmode.css",
        "css\/yt.css"
    ],
    "manifest_version": 2,
    "version": "0.0.2"
}