Comunidade ZDG Free

Disparador oficial de mensagens.

What is Comunidade ZDG Free?

Comunidade ZDG Free is a Chrome extension developed by Pedrinho da Nasa, and its main feature is "Disparador oficial de mensagens.".

Extension Screenshots

screenshot

Download Comunidade ZDG Free Extension CRX File

Download Comunidade ZDG Free 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

                        Envie mensagens automáticas e em massa pelo WhatsApp WEB.

A extensão só funcionará com a aba do WhatsApp WEB ativa no navegador. Caso contrário, você irá clicar e nada irá acontecer.

Para múltiplos contatos, carregue um contato por linha, como no modelo

* Envio ilimitado de mensagens
* Ativação ilimitada
* Envie de graças imagens, vídeos, documentos e arquivos
* Defina o tempo de envio
* Importação de contatos via CSV
* Envie mensagens com variáveis personalizadas

AVISO LEGAL:
WhatsApp é uma marca comercial da WhatsApp Inc., registrada nos EUA e em outros países. Esta extensão do Chrome não é endossada ou certificada pelo WhatsApp Inc.                    

Extension Basic Information

Name Comunidade ZDG Free Comunidade ZDG Free
ID ncakeejailkjjeonlholaebojdeoideh
Official URL https://chromewebstore.google.com/detail/comunidade-zdg-free/ncakeejailkjjeonlholaebojdeoideh
Description Disparador oficial de mensagens.
File Size 748 KB
Installation Count 733
Current Version 2.0.4
Last Updated 2024-02-23
Publish Date 2021-05-24
Rating 3.67/5 Total 3 Ratings
Developer Pedrinho da Nasa
Email [email protected]
Payment Type free
Privacy Policy Page URL http://comunidadezdg.com.br/politica-de-privacidade
Supported Languages pt-BR
manifest.json
{
    "action": {
        "default_icon": {
            "16": "imgs\/16.png",
            "48": "imgs\/48.png"
        },
        "default_title": "Comunidade ZDG Free"
    },
    "author": "ZDG PRO",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "\/style\/mystyle.css",
                "style\/zdg.css"
            ],
            "js": [
                "\/js\/fgEmojiPicker.js",
                "\/js\/jquery.js",
                "\/smph\/app.js",
                "\/js\/siema.min.js"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "description": "Disparador oficial de mensagens.",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.whatsapp.com\/*"
        ]
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "imgs\/128.png",
        "16": "imgs\/16.png",
        "32": "imgs\/32.png",
        "48": "imgs\/48.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Comunidade ZDG Free",
    "permissions": [
        "scripting",
        "declarativeNetRequest",
        "browsingData",
        "background",
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.4",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.whatsapp.com\/*"
            ],
            "resources": [
                "js\/*",
                "imgs\/*",
                "smph\/*",
                "\/imgs\/gear-icon-min.png",
                "\/image\/*",
                "\/style\/*"
            ]
        }
    ]
}