Dark Mode Kali

Dark mode can used to protect eyes from harsh brightness

Dark Mode Kali란 무엇입니까?

Dark Mode Kali은(는) Sarthak Bansal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dark mode can used to protect eyes from harsh brightness"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Dark Mode Kali 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Dark Mode Kali Dark Mode Kali
ID chbdmdapmeflnkgibpgbdcblndooljff
공식 URL https://chromewebstore.google.com/detail/dark-mode-kali/chbdmdapmeflnkgibpgbdcblndooljff
설명 Dark mode can used to protect eyes from harsh brightness
파일 크기 86.99 KB
설치 횟수 811
현재 버전 0.0.2
최근 업데이트 2023-04-04
출시 날짜 2020-08-20
평점 4.13/5 총 8 개의 평점
개발자 Sarthak Bansal
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}