WhatsApp Web Theme

This will change Whatsapp design.

WhatsApp Web Themeとは何ですか?

WhatsApp Web ThemeはVishnu Pradeepによって開発されたChromeの拡張機能で、その主な機能は「This will change Whatsapp design.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Install this extension to change the WhatsApp Web theme (design). As the design is dark. It is good to use during night time also.                    

拡張機能の基本情報

名前 WhatsApp Web Theme WhatsApp Web Theme
ID onkklabcnlcjpcniahgnjoaagobjeild
公式URL https://chrome.google.com/webstore/detail/whatsapp-web-theme/onkklabcnlcjpcniahgnjoaagobjeild
説明 This will change Whatsapp design.
ファイルサイズ 83.35 KB
インストール数 53
現在のバージョン 0.1.1
最終更新日 2020-09-11
公開日 2020-09-11
開発者 Vishnu Pradeep
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "name": "WhatsApp Web Theme",
    "version": "0.1.1",
    "description": "This will change Whatsapp design. ",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}