WhatsApp Web Dark Mode

A simple extention to turn on dark mode of WhatsApp Web

WhatsApp Web Dark Modeとは何ですか?

WhatsApp Web Dark ModeはSashen Pasinduによって開発されたChromeの拡張機能で、その主な機能は「A simple extention to turn on dark mode of WhatsApp Web」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A simple chrome extension to turn on the dark theme of WhatsApp Web                    

拡張機能の基本情報

名前 WhatsApp Web Dark Mode WhatsApp Web Dark Mode
ID pbmjjliggohmnkgdfpggpiicnccnlhmm
公式URL https://chrome.google.com/webstore/detail/whatsapp-web-dark-mode/pbmjjliggohmnkgdfpggpiicnccnlhmm
説明 A simple extention to turn on dark mode of WhatsApp Web
ファイルサイズ 43.16 KB
インストール数 354
現在のバージョン 0.1
最終更新日 2020-05-20
公開日 2020-05-20
評価 5.00/5 合計 1 レビュー
開発者 Sashen Pasindu
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sashen.me
ヘルプページのURL https://twitter.com/sashenme
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp Web Dark Mode",
    "version": "0.1",
    "manifest_version": 2,
    "description": "A simple extention to turn on dark mode of WhatsApp Web",
    "author": "Sashen Pasindu",
    "homepage_url": "https:\/\/sashen.me",
    "background": {
        "scripts": [
            "modernizr.min.js",
            "js\/jquery-3.4.1.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js",
                "js\/jquery-3.4.1.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "128": "images\/icon_128.png"
    }
}