WhatWeb Plus

WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password

什么是WhatWeb Plus?

WhatWeb Plus是由https://aironlabs.com开发的Chrome扩展程序,该扩展的主要功能是“WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password”。

扩展截图

screenshot

下载WhatWeb Plus扩展crx文件

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

扩展使用说明

                        WhatWeb Plus is an unofficial tool for WhatsApp Web.

Download the Android app, WhatWeb Plus, from the Play Store,
https://play.google.com/store/apps/details?id=com.aironlabs.whatwebplus
, then go to https://web.whatsapp.com and start receiving online / offline notifications from PC to your smartphone.

It is easy to setup and free to use for up to two numbers.

Try it now!

WhatsApp and their logos are trademarks of WhatsApp © 2019. All rights reserved. WhatWeb Plus is not affiliated with WhatsApp. The copyright for WhatsApp and all associated names is held by WhatsApp. WhatWeb Plus is an unofficial tool.                    

扩展基本信息

名称 WhatWeb Plus WhatWeb Plus
ID kgflicojnojlmdocnkhnhkpbkadmpglh
官方URL https://chromewebstore.google.com/detail/whatweb-plus/kgflicojnojlmdocnkhnhkpbkadmpglh
简介 WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password
文件大小 279 KB
安装次数 8,420
当前版本 1.1.8
更新时间 2021-07-21
上架时间 2020-04-29
评分 4.14/5 共51次评分
开发者 https://aironlabs.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.aironlabs.com/whatwebplus/privacy_policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatWeb Plus",
    "version": "1.1.8",
    "description": "WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password",
    "web_accessible_resources": [
        "*.js",
        "*.css",
        "*.html",
        "*.png"
    ],
    "permissions": [
        "notifications",
        "*:\/\/*.whatsapp.com\/*"
    ],
    "content_security_policy": "script-src object-src 'self' https:\/\/apis.google.com\/",
    "icons": {
        "48": "sample-48.png",
        "128": "sample-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "pagestyle.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "firebase-app.js",
                "firebase-auth.js",
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ]
}