WhatsApp Web Dark Theme

Unofficial extension to activate dark theme on WhatsApp Web

WhatsApp Web Dark Themeとは何ですか?

WhatsApp Web Dark ThemeはPauravによって開発されたChromeの拡張機能で、その主な機能は「Unofficial extension to activate dark theme on WhatsApp Web」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Unofficial extension to activate dark theme/mode on WhatsApp Web. Switches the theme to dark by default. Use the toggle button to switch between the themes.                    

拡張機能の基本情報

名前 WhatsApp Web Dark Theme WhatsApp Web Dark Theme
ID iolpeomlccagjabagjnifiphjjlmpdoe
公式URL https://chrome.google.com/webstore/detail/whatsapp-web-dark-theme/iolpeomlccagjabagjnifiphjjlmpdoe
説明 Unofficial extension to activate dark theme on WhatsApp Web
ファイルサイズ 14.24 KB
インストール数 43
現在のバージョン 1.0
最終更新日 2020-06-14
公開日 2020-06-14
開発者 Paurav
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatsApp Web Dark Theme",
    "version": "1.0",
    "description": "Unofficial extension to activate dark theme on WhatsApp Web",
    "permissions": [
        "declarativeContent",
        "webNavigation",
        "https:\/\/web.whatsapp.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/whatsapp-16.png",
            "32": "images\/whatsapp-32.png",
            "48": "images\/whatsapp-48.png",
            "128": "images\/whatsapp-128.png"
        }
    },
    "icons": {
        "16": "images\/whatsapp-16.png",
        "32": "images\/whatsapp-32.png",
        "48": "images\/whatsapp-48.png",
        "128": "images\/whatsapp-128.png"
    }
}