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
官方網址 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
電子郵箱 [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"
    ]
}