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
官方網址 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\/*"
    ]
}