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
公式URL 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
Eメール [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"
    }
}