Smart Dark Mode

Does not use heavy codes. It doesn't break the web design. Detects only bright sites and invert them to dark sites.

什麼是Smart Dark Mode?

Smart Dark Mode是由ndaesik開發的Chrome擴展程式,該擴展的主要功能是“Does not use heavy codes. It doesn't break the web design. Detects only bright sites and invert them to dark sites.”。

擴展截圖

screenshot

下載Smart Dark Mode擴展crx文件

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

擴展使用說明

                        - All elements are displayed normally.
- The script is light.
- Dark pages do not convert.
- Easy to add/remove filters.                    

擴展基本資訊

名稱 Smart Dark Mode Smart Dark Mode
ID mpdjakileikddgilaegaijhmfhendcji
官方網址 https://chromewebstore.google.com/detail/smart-dark-mode/mpdjakileikddgilaegaijhmfhendcji
簡介 Does not use heavy codes. It doesn't break the web design. Detects only bright sites and invert them to dark sites.
檔案大小 41.16 KB
安裝次數 226
目前版本 1
更新時間 2022-05-31
上架時間 2022-05-31
開發者 ndaesik
電子郵箱 [email protected]
付費類型 free
支援的語言 id,de,en,fr,nl,vi,tr,da,es,hr,it,hu,pl,pt-BR,pt-PT,sk,cs,sr,ru,uk,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "background"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "content_scripts\/css.css"
            ],
            "js": [
                "content_scripts\/script.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}