Hide Online for Whatsapp Web

Hide Your Online Status on WhatsApp Web

什么是Hide Online for Whatsapp Web?

Hide Online for Whatsapp Web是由Odin开发的Chrome扩展程序,该扩展的主要功能是“Hide Your Online Status on WhatsApp Web”。

扩展截图

screenshot

下载Hide Online for Whatsapp Web扩展crx文件

下载Hide Online for Whatsapp Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With this extension, you can protect your privacy by hiding your online status on Whatsapp Web. At the same time, by disabling read notifications, the other party cannot see your read notifications while you see the other party's read notifications.                    

扩展基本信息

名称 Hide Online for Whatsapp Web Hide Online for Whatsapp Web
ID jcneeahkklelmgmdhakianajbmolceai
官方URL https://chromewebstore.google.com/detail/hide-online-for-whatsapp/jcneeahkklelmgmdhakianajbmolceai
简介 Hide Your Online Status on WhatsApp Web
文件大小 38.09 KB
安装次数 1,079
当前版本 1.0
更新时间 2021-08-01
上架时间 2021-08-01
评分 3.67/5 共3次评分
开发者 Odin
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide Online for Whatsapp Web",
    "description": "Hide Your Online Status on WhatsApp Web",
    "version": "1.0",
    "icons": {
        "16": "icon-32.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "ws_commons.js",
                "main_wphideonline.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon-48.png",
        "default_title": "Hide Online for Whatsapp Web",
        "default_popup": "options.html"
    },
    "permissions": [
        "https:\/\/web.whatsapp.com\/*",
        "declarativeContent",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/web.whatsapp.com\/*"
        ]
    }
}