Dark Mode Kali

Dark mode can used to protect eyes from harsh brightness

Cos'è Dark Mode Kali?

Dark Mode Kali è un'estensione di Chrome sviluppata da Sarthak Bansal, e la sua funzione principale è "Dark mode can used to protect eyes from harsh brightness".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dark Mode Kali

Scarica i file di estensione Dark Mode Kali in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Dark Mode Kali Dark Mode Kali
ID chbdmdapmeflnkgibpgbdcblndooljff
URL Ufficiale https://chromewebstore.google.com/detail/dark-mode-kali/chbdmdapmeflnkgibpgbdcblndooljff
Descrizione Dark mode can used to protect eyes from harsh brightness
Dimensione del File 86.99 KB
Conteggio Installazioni 811
Versione Corrente 0.0.2
Ultimo Aggiornamento 2023-04-04
Data di Pubblicazione 2020-08-20
Valutazione 4.13/5 Totale 8 Valutazioni
Sviluppatore Sarthak Bansal
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}