Dark Mode Kali

Dark mode can used to protect eyes from harsh brightness

Wat is Dark Mode Kali?

Dark Mode Kali is een Chrome-extensie ontwikkeld door Sarthak Bansal, en de belangrijkste functie is "Dark mode can used to protect eyes from harsh brightness".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dark Mode Kali

Download Dark Mode Kali-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Dark Mode Kali Dark Mode Kali
ID chbdmdapmeflnkgibpgbdcblndooljff
Officiële URL https://chromewebstore.google.com/detail/dark-mode-kali/chbdmdapmeflnkgibpgbdcblndooljff
Beschrijving Dark mode can used to protect eyes from harsh brightness
Bestandsgrootte 86.99 KB
Aantal Installaties 811
Huidige Versie 0.0.2
Laatst Bijgewerkt 2023-04-04
Publicatiedatum 2020-08-20
Beoordeling 4.13/5 Totaal 8 Beoordelingen
Ontwikkelaar Sarthak Bansal
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}