WhatsBot

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

Qu'est-ce que WhatsBot ?

WhatsBot est une extension Chrome développée par EdgarVaguencia, et sa fonction principale est "Automatizando el envio de mensajes en whatsapp, envia msj a usuario que no tienes agregados o un nuevo chat de ti.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WhatsBot

Téléchargez les fichiers d'extension WhatsBot 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

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

Informations de Base sur l'Extension

Nom WhatsBot WhatsBot
ID mbkelgobfdkpnhddomomandmihfcnlnb
URL Officiel 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.
Taille du Fichier 128 KB
Nombre d'Installations 88
Version Actuelle 0.3.0
Dernière Mise à Jour 2021-02-11
Date de Publication 2019-10-21
Développeur EdgarVaguencia
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}