WhatsHide

NOT related in any way to WhatsApp Inc., This Extension hides private chats of WhatsApp Web.

WhatsHideとは何ですか?

WhatsHideはrowcodeによって開発されたChromeの拡張機能で、その主な機能は「NOT related in any way to WhatsApp Inc., This Extension hides private chats of WhatsApp Web.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        This is an unofficial enhancement for WhatsApp Web. This extension is not related in any way to WhatsApp Inc.

This extension hides private chats of WhatsApp Web.                    

拡張機能の基本情報

名前 WhatsHide WhatsHide
ID hooppjkiofnpgbmokmcpppihhjdmjlbk
公式URL https://chromewebstore.google.com/detail/whatshide/hooppjkiofnpgbmokmcpppihhjdmjlbk
説明 NOT related in any way to WhatsApp Inc., This Extension hides private chats of WhatsApp Web.
ファイルサイズ 258 KB
インストール数 1,469
現在のバージョン 2.1
最終更新日 2024-02-14
公開日 2020-05-08
評価 4.00/5 合計 8 レビュー
開発者 rowcode
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/rodvieirasilva/whatshide
ヘルプページのURL https://github.com/rodvieirasilva/whatshide
対応言語 en,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WhatsHide",
    "description": "__MSG_descriptionApp__",
    "version": "2.1",
    "default_locale": "en",
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_defaultTitle__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/web.whatsapp.com\/*",
                "https:\/\/web.whatsapp.com\/*",
                "http:\/\/whatsapp.com\/*",
                "https:\/\/whatsapp.com\/*"
            ],
            "js": [
                "\/scripts\/jquery-3.1.0.min.js",
                "\/scripts\/filterdom.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ]
}