WhatsApp - Online Monitor

Get a notification once the user is online

Cos'è WhatsApp - Online Monitor?

WhatsApp - Online Monitor è un'estensione di Chrome sviluppata da urielfed, e la sua funzione principale è "Get a notification once the user is online".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WhatsApp - Online Monitor

Scarica i file di estensione WhatsApp - Online Monitor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome WhatsApp - Online Monitor WhatsApp - Online Monitor
ID ideaabebdhbilggckiadokadnjggibnf
URL Ufficiale https://chrome.google.com/webstore/detail/whatsapp-online-monitor/ideaabebdhbilggckiadokadnjggibnf
Descrizione Get a notification once the user is online
Dimensione del File 20.58 KB
Conteggio Installazioni 31
Versione Corrente 1.01
Ultimo Aggiornamento 2023-05-23
Data di Pubblicazione 2023-05-23
Sviluppatore urielfed
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}