WhatsBot

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

Was ist WhatsBot?

WhatsBot ist eine Chrome-Erweiterung, die von EdgarVaguencia entwickelt wurde, und ihr Hauptmerkmal ist "Automatizando el envio de mensajes en whatsapp, envia msj a usuario que no tienes agregados o un nuevo chat de ti.".

Erweiterungsscreenshots

screenshot

WhatsBot-Erweiterungs-CRX-Datei herunterladen

Laden Sie WhatsBot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name WhatsBot WhatsBot
ID mbkelgobfdkpnhddomomandmihfcnlnb
Offizielle URL https://chromewebstore.google.com/detail/whatsbot/mbkelgobfdkpnhddomomandmihfcnlnb
Beschreibung Automatizando el envio de mensajes en whatsapp, envia msj a usuario que no tienes agregados o un nuevo chat de ti.
Dateigröße 128 KB
Installationsanzahl 88
Aktuelle Version 0.3.0
Letztes Update 2021-02-11
Veröffentlichungsdatum 2019-10-21
Entwickler EdgarVaguencia
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}