WhatsApp - Online Monitor

Get a notification once the user is online

¿Qué es WhatsApp - Online Monitor?

WhatsApp - Online Monitor es una extensión de Chrome desarrollada por urielfed, y su función principal es "Get a notification once the user is online".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión WhatsApp - Online Monitor

Descarga archivos de extensión WhatsApp - Online Monitor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre WhatsApp - Online Monitor WhatsApp - Online Monitor
ID ideaabebdhbilggckiadokadnjggibnf
URL Oficial https://chrome.google.com/webstore/detail/whatsapp-online-monitor/ideaabebdhbilggckiadokadnjggibnf
Descripción Get a notification once the user is online
Tamaño del Archivo 20.58 KB
Cantidad de Instalaciones 31
Versión Actual 1.01
Última Actualización 2023-05-23
Fecha de Publicación 2023-05-23
Desarrollador urielfed
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}