WhatsApp - Online Monitor

Get a notification once the user is online

O que é WhatsApp - Online Monitor?

WhatsApp - Online Monitor é uma extensão do Chrome desenvolvida por urielfed, e sua principal característica é "Get a notification once the user is online".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WhatsApp - Online Monitor

Baixe arquivos de extensão WhatsApp - Online Monitor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome WhatsApp - Online Monitor WhatsApp - Online Monitor
ID ideaabebdhbilggckiadokadnjggibnf
URL Oficial https://chrome.google.com/webstore/detail/whatsapp-online-monitor/ideaabebdhbilggckiadokadnjggibnf
Descrição Get a notification once the user is online
Tamanho do Arquivo 20.58 KB
Contagem de Instalações 31
Versão Atual 1.01
Última Atualização 2023-05-23
Data de Publicação 2023-05-23
Desenvolvedor urielfed
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}