WhatsApp - Online Monitor

Get a notification once the user is online

Qu'est-ce que WhatsApp - Online Monitor ?

WhatsApp - Online Monitor est une extension Chrome développée par urielfed, et sa fonction principale est "Get a notification once the user is online".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WhatsApp - Online Monitor

Téléchargez les fichiers d'extension WhatsApp - Online Monitor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom WhatsApp - Online Monitor WhatsApp - Online Monitor
ID ideaabebdhbilggckiadokadnjggibnf
URL Officiel https://chrome.google.com/webstore/detail/whatsapp-online-monitor/ideaabebdhbilggckiadokadnjggibnf
Description Get a notification once the user is online
Taille du Fichier 20.58 KB
Nombre d'Installations 31
Version Actuelle 1.01
Dernière Mise à Jour 2023-05-23
Date de Publication 2023-05-23
Développeur urielfed
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}