DarkMode

Dark mode for all websites in Chrome browser with opportunity to exclude any domain or create custom theme

DarkModeとは何ですか?

DarkModeはas simple as robotによって開発されたChromeの拡張機能で、その主な機能は「Dark mode for all websites in Chrome browser with opportunity to exclude any domain or create custom theme」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Dark Theme for all websites in Chrome browser

Social networks, mainstream sites and all other New Tabs will be all together covered into black colors. 

No more needs to open settings one by one for different websites - just one app brings black theme across the whole net.                    

拡張機能の基本情報

名前 DarkMode DarkMode
ID kambhdjepahhfmianbjpfkoapoffaodo
公式URL https://chrome.google.com/webstore/detail/darkmode/kambhdjepahhfmianbjpfkoapoffaodo
説明 Dark mode for all websites in Chrome browser with opportunity to exclude any domain or create custom theme
ファイルサイズ 343 KB
インストール数 39
現在のバージョン 0.0.2
最終更新日 2021-07-22
公開日 2021-07-08
開発者 as simple as robot
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://extilywa.online/privacy.html
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.js",
            "\/js\/background.js",
            "background-min.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/icons\/dark\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "\/css\/inject.css"
            ],
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "\/js\/inject_css.js",
                "content-min.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "manifest_version": 2,
    "name": "DarkMode",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        ""
    ],
    "short_name": "__MSG_extShortName__",
    "version": "0.0.2",
    "web_accessible_resources": [
        "\/css\/custom\/*.css",
        "\/css\/general\/*.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/keyond-gosensity.icu https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/www.googletagmanager.com https:\/\/www.googleadservices.com https:\/\/googleads.g.doubleclick.net; object-src 'self';"
}