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