WhatsApp - Online Monitor

Get a notification once the user is online

What is WhatsApp - Online Monitor?

WhatsApp - Online Monitor is a Chrome extension developed by urielfed, and its main feature is "Get a notification once the user is online".

Extension Screenshots

screenshot

Download WhatsApp - Online Monitor Extension CRX File

Download WhatsApp - Online Monitor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Get a notification once the user is online in the WhatsApp Web App🟢

Source Code: https://github.com/UrielZohar/WhatsApp-Online-monitor

Youtube: https://www.youtube.com/watch?v=6cb5wYvM7NU                    

Extension Basic Information

Name WhatsApp - Online Monitor WhatsApp - Online Monitor
ID ideaabebdhbilggckiadokadnjggibnf
Official URL https://chrome.google.com/webstore/detail/whatsapp-online-monitor/ideaabebdhbilggckiadokadnjggibnf
Description Get a notification once the user is online
File Size 20.58 KB
Installation Count 31
Current Version 1.01
Last Updated 2023-05-23
Publish Date 2023-05-23
Developer urielfed
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WhatsApp - Online Monitor",
    "description": "Get a notification once the user is online",
    "version": "1.01",
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}