Super Dark Mode

Switch all websites to dark mode. You can darken all sites and also customize colors for the sites you want.

Super Dark Modeとは何ですか?

Super Dark ModeはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Switch all websites to dark mode. You can darken all sites and also customize colors for the sites you want.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Super Dark Mode拡張機能のCRXファイルをダウンロード

Super Dark Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Start full dark mode background                    

拡張機能の基本情報

名前 Super Dark Mode Super Dark Mode
ID bkmemecbbfhmgcmfhkjlmdkodfbfponb
公式URL https://chromewebstore.google.com/detail/super-dark-mode/bkmemecbbfhmgcmfhkjlmdkodfbfponb
説明 Switch all websites to dark mode. You can darken all sites and also customize colors for the sites you want.
ファイルサイズ 304 KB
インストール数 29
現在のバージョン 5.0.0.7
最終更新日 2021-10-30
公開日 2021-10-30
開発者 Unknown
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/on\/16.png",
            "32": "data\/icons\/on\/32.png",
            "48": "data\/icons\/on\/48.png",
            "64": "data\/icons\/on\/64.png"
        },
        "default_title": "Start Dark Mode"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "data\/icons\/on\/128.png",
        "16": "data\/icons\/on\/16.png",
        "32": "data\/icons\/on\/32.png",
        "48": "data\/icons\/on\/48.png",
        "64": "data\/icons\/on\/64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "data\/options\/options.html",
    "permissions": [
        "storage",
        "",
        "contextMenus",
        "cookies"
    ],
    "short_name": "__MSG_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.0.0.7",
    "web_accessible_resources": [
        "data\/content_script\/*.css"
    ]
}