Online Monitor for WhatsApp

Online Monitor WhatsApp Web

什么是Online Monitor for WhatsApp?

Online Monitor for WhatsApp是由https://wpmonitor.online开发的Chrome扩展程序,该扩展的主要功能是“Online Monitor WhatsApp Web”。

扩展截图

screenshot
screenshot

下载Online Monitor for WhatsApp扩展crx文件

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

扩展使用说明

                        Contact Online Monitoring Tool
When Someone be online   get notification in your Desktop and cross platform notification without any installed app in Smartphone .
Save History of Online

Features-

Play Sound 🔉 When Contact online
Online History 📜 Download in CSV
Access History 📡 via web 
Desktop Notification 🔔
Cross Platform Notification 📲 💻  e.g. Android,Macbook,Linux,Windows (No need Install App)
Multiple Contacts 👪  Tracking Concurrently                    

扩展基本信息

名称 Online Monitor for WhatsApp Online Monitor for WhatsApp
ID emkoflhmeegjlabodebpfbkeicjppebi
官方URL https://chromewebstore.google.com/detail/online-monitor-for-whatsa/emkoflhmeegjlabodebpfbkeicjppebi
简介 Online Monitor WhatsApp Web
文件大小 130 KB
安装次数 5,589
当前版本 3.1
更新时间 2023-09-07
上架时间 2020-06-16
评分 4.23/5 共13次评分
开发者 https://wpmonitor.online
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/rizwansoaib/whatsapp-monitor
帮助页面URL https://github.com/rizwansoaib/whatsapp-monitor
隐私政策页面URL https://github.com/rizwansoaib/whatsapp-monitor/blob/master/privacy.md
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Online Monitor for WhatsApp",
    "description": "Online Monitor WhatsApp Web",
    "version": "3.1",
    "author": "Rizwan Ahmad",
    "action": {
        "default_title": "Start WhatsApp Online Monitor",
        "default_popup": "popup.html"
    },
    "icons": {
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.mp3"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "start.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "scripting",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/*",
        "https:\/\/notify.run\/*",
        "https:\/\/wpmonitor.online\/*"
    ]
}