Dark Mode

With this extension you can enable dark mode on popular websites

什麼是Dark Mode?

Dark Mode是由xjgshwhd882開發的Chrome擴展程式,該擴展的主要功能是“With this extension you can enable dark mode on popular websites”。

擴展截圖

screenshot

下載Dark Mode擴展crx文件

下載Dark Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Simple click on a button will turn on dark mode for all webpages. Meet this cool Dark theme for your Chrome browser that can can be applied to every website.
This superb app for Chrome browser will switch a theme on all the websites. Social networks, websites and every new tab will be painted black. You no longer need to open settings to switch a dark every time you open new website- only one application provides awesome black on every new tab or website.                    

擴展基本資訊

名稱 Dark Mode Dark Mode
ID ckicbofgekmggdeifjkbekkjbbdjhnib
官方網址 https://chromewebstore.google.com/detail/dark-mode/ckicbofgekmggdeifjkbekkjbbdjhnib
簡介 With this extension you can enable dark mode on popular websites
檔案大小 263 KB
安裝次數 2,349
目前版本 2.0
更新時間 2023-03-02
上架時間 2021-03-06
評分 2.92/5 共 12 次評分
開發者 xjgshwhd882
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Dark Mode",
    "description": "With this extension you can enable dark mode on popular websites",
    "icons": {
        "128": "tynolertVanmol.png"
    },
    "version": "2.0",
    "permissions": [
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "jiplerVolaert.html"
    },
    "background": {
        "scripts": [
            "hutymloPaqw.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "nmaxrtadLopader.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*.css"
    ]
}