Dark Mode

Turn on dark mode on popular sites.

Dark Modeとは何ですか?

Dark Modeはkotov.nikita284によって開発されたChromeの拡張機能で、その主な機能は「Turn on dark mode on popular sites.」です。

拡張機能のスクリーンショット

screenshot

Dark Mode拡張機能のCRXファイルをダウンロード

Dark Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Meet new classic dark mode for chrome browser. Application allows darken all websites just in one click. If you`re already tired of default websites outlook then you should definitely check this out. Need some changes in your browsing? Dark mode will change Youtube, VK, Facebook and Google design.
Dark mode will also protect your eyes, which get tired from bright default design. When the dark theme is on it reliefs the stress at night time and your eyes will feel better. This extension switches default design of social networks, websites and other resources to classic dark theme. 
Instructions are pretty simple – if you want to enable\disable dark theme you should:
Click on icon located in right-upper corner in Chrome browser
Select from the pop-up window the resource you want to switch to dark theme - Youtube, Facebook, Google etc.
You`ll see a great improvement after installing our new and absolutely free extension. Extension has no hidden scripts to mess with your device or steal your personal data. It just allows you to darken all sites you need in simple manner. If you have a comment or request then feel free to leave it in the comments below.                    

拡張機能の基本情報

名前 Dark Mode Dark Mode
ID nmmmpllghdhljkmhnbmgcdcnoklnlhhb
公式URL https://chrome.google.com/webstore/detail/dark-mode/nmmmpllghdhljkmhnbmgcdcnoklnlhhb
説明 Turn on dark mode on popular sites.
ファイルサイズ 335 KB
インストール数 1,000
現在のバージョン 1.4
最終更新日 2022-10-18
公開日 2021-04-15
評価 1.00/5 合計 5 レビュー
開発者 kotov.nikita284
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "Turn on dark mode on popular sites.",
    "icons": {
        "128": "zizimana.png"
    },
    "version": "1.4",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "pronda.html",
        "default_icon": "zizimana.png"
    },
    "background": {
        "scripts": [
            "cfora\/pistrfa\/bibata.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "jquery.js",
                "cfora\/pistrfa\/corapta.js",
                "cfora\/pistrfa\/astrafa\/lavaba.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*.css"
    ]
}