WA Group Sender

A Simple Secure & Fast WhatsApp All Group Message Sender Extension.

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

WA Group Sender - это расширение Chrome, разработанное Prakash Raiya, и его основная функция - "A Simple Secure & Fast WhatsApp All Group Message Sender Extension.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Connect with your Audience and grow your Website/Youtube Channel Using WhatsApp Groups.

WA Group Sender is a free chrome extension to send WhatsApp messages to All WhatsApp Groups for free.

Features:
- Grow Your Business By Sending WhatsApp Messages To All Groups.  
- Blacklist Features Added.
- Database Features Added.
- Send Links, EMOJI, Text Messages, Images, Video, PDF and etc.
- Show First Link Preview.
- Add Groups Manually or Copy Paste in Database or blacklist.
- Auto Groups Joining, Auto Group Link Extractor.
- Show Delivery Report.
- Option to customise time delay manually between messages.
- Option to select Automatic Group Delay Time.
- Group Console Features Added.
- No Software Installation Needed.
- Customer Support 24X7.

Working Method:
Visit Url- https://wa.studypdf.com/search/

Disclaimer:
This is not an official extension of WhatsApp.
Use of this software is not in any way against the policies of WhatsApp Inc.                    

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

Название WA Group Sender WA Group Sender
ID adbapklgfhcoggclafjcahiokbcnelcd
Официальный URL https://chromewebstore.google.com/detail/wa-group-sender/adbapklgfhcoggclafjcahiokbcnelcd
Описание A Simple Secure & Fast WhatsApp All Group Message Sender Extension.
Размер файла 13.75 KB
Количество установок 328
Текущая Версия 2.4
Последнее Обновление 2022-11-04
Дата публикации 2021-08-24
Рейтинг 3.50/5 Всего 4 оценок
Разработчик Prakash Raiya
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://wa.studypdf.com/p/privacy-policy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WA Group Sender",
    "short_name": "WA Group Sender",
    "version": "2.4",
    "description": "A Simple Secure & Fast WhatsApp All Group Message Sender Extension.",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "whatsapp.js"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/wagroupsender.blogspot.com https:\/\/script.google.com; object-src 'self'"
}