WhatsBot

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

Wat is WhatsBot?

WhatsBot is een Chrome-extensie ontwikkeld door EdgarVaguencia, en de belangrijkste functie is "Automatizando el envio de mensajes en whatsapp, envia msj a usuario que no tienes agregados o un nuevo chat de ti.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WhatsBot

Download WhatsBot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam WhatsBot WhatsBot
ID mbkelgobfdkpnhddomomandmihfcnlnb
Officiële URL https://chromewebstore.google.com/detail/whatsbot/mbkelgobfdkpnhddomomandmihfcnlnb
Beschrijving Automatizando el envio de mensajes en whatsapp, envia msj a usuario que no tienes agregados o un nuevo chat de ti.
Bestandsgrootte 128 KB
Aantal Installaties 88
Huidige Versie 0.3.0
Laatst Bijgewerkt 2021-02-11
Publicatiedatum 2019-10-21
Ontwikkelaar EdgarVaguencia
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}