WA Group Sender

A free, safe and fast WA group messaging extension.

Что такое WA Group Sender?

WA Group Sender - это расширение Chrome, разработанное fryrearfernanda, и его основная функция - "A free, safe and fast WA group messaging extension.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения WA Group Sender

Скачайте файлы расширений WA Group Sender в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        🚀Help you manage your WA groups, communities and broadcasts more easily and efficiently!🚀

● A free WhatsApp Group Auto Message Sender.
● Send WA bulk messages automatically
● Send Links, EMOJI, Text Messages, Images, Video, Contacts and etc.
● Real-time monitoring of the whole sending process.
● Upload excel file with WA numbers.
● Use placeholders to send personalized WA Group messages.
● Stop sending WhatsApp messages at any time.

WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. The extension is an independent project and has no relationship to WhatsApp Inc.                    

Основная информация о расширении

Название WA Group Sender WA Group Sender
ID kilbeicibedchlamahiimkjeilnkgmeo
Официальный URL https://chromewebstore.google.com/detail/wa-group-sender/kilbeicibedchlamahiimkjeilnkgmeo
Описание A free, safe and fast WA group messaging extension.
Размер файла 1.04 MB
Количество установок 10,000
Текущая Версия 1.1.15
Последнее Обновление 2024-01-12
Дата публикации 2022-11-28
Рейтинг 4.45/5 Всего 47 оценок
Разработчик fryrearfernanda
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://docs.google.com/document/d/1Lh0VA5YxK9GoluE7AQmxj3C14XpHwSdgRo9Hcc_dLZc
Поддерживаемые языки en,tr,da,et,hr,lv,lt,sk,sl,cs,bg
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "action": [],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/128.png"
    },
    "manifest_version": 3,
    "name": "WA Group Sender",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "js\/inject\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject\/inject.js",
                "WOWAPI.js",
                "WAPlusSenderTemplate.xlsx",
                "pic\/crm-commend.png",
                "li-popup\/li-popup.html",
                "js\/inject\/obfuscate.js",
                "img\/*",
                "icons\/*",
                "fonts\/*"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "version": "1.1.15"
}