WhatsBot

Automatizando el envio de mensajes en whatsapp, envia msj a usuario que no tienes agregados o un nuevo chat de ti.

What is WhatsBot?

WhatsBot is a Chrome extension developed by EdgarVaguencia, and its main feature is "Automatizando el envio de mensajes en whatsapp, envia msj a usuario que no tienes agregados o un nuevo chat de ti.".

Extension Screenshots

screenshot

Download WhatsBot Extension CRX File

Download WhatsBot 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

                        Envía Mensajes de "WhatsApp" sin la necesidad de tener agregado a tus contactos, únicamente ingresa el numero y el mensaje.                    

Extension Basic Information

Name WhatsBot WhatsBot
ID mbkelgobfdkpnhddomomandmihfcnlnb
Official URL https://chromewebstore.google.com/detail/whatsbot/mbkelgobfdkpnhddomomandmihfcnlnb
Description Automatizando el envio de mensajes en whatsapp, envia msj a usuario que no tienes agregados o un nuevo chat de ti.
File Size 128 KB
Installation Count 88
Current Version 0.3.0
Last Updated 2021-02-11
Publish Date 2019-10-21
Developer EdgarVaguencia
Email [email protected]
Payment Type free
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Edgar Valencia ",
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "html\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "js\/whatsPage.min.js",
                "background.config.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Automatizando el envio de mensajes en whatsapp, envia msj a usuario que no tienes agregados o un nuevo chat de ti.",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt\/5ED+WWae\/EbKEyviDGoHPQBUvWaAIDcQ83rKq5Uh\/UJTEfTlE5IKIQoPpVThkcy7s5XOx+SQp+0GIrak975Kt6KHK32XbhSEaZ1KzBLaqBmm1w\/Al2JqHEmocXhQzU\/Cez9VC+8Lq7OfpByhf1xy1CEDtaBZiCnTpi8pBqC58P+\/zGA9nk1DjZSmbNkV6\/ZQdiqCzzVg5lTF7QUxJlzOiVOIUtqfUXn8Etqfb8mJZ69caBwnTbxw4OIIThgSCiLASFDjEPsFMEe94Exp8esfcy3J4SvLkTXGniYM7sb1rsL3Zisy6qTUiqMDS368+5dtXEG+nCq8nBiNlRawIonwIDAQAB",
    "manifest_version": 2,
    "name": "WhatsBot",
    "permissions": [
        "https:\/\/web.whatsapp.com\/",
        "storage",
        "webRequest",
        "tabs",
        "activeTab"
    ],
    "version": "0.3.0",
    "web_accessible_resources": [
        "public\/*"
    ]
}