WA Sender Plugin

By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…

Co je WA Sender Plugin?

WA Sender Plugin je rozšíření Chrome vyvinuté samtechbd, a jeho hlavní funkcí je „By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WA Sender Plugin

Stáhněte si soubory rozšíření WA Sender Plugin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        By group send multiple customized messages

ALL FEATURES:
=> Message unlimited
=> Upload from excel file
=> Sort message by unread
=>  Privacy effect by enhancement tab :-
   *  Blur recent messages
   *  Blur contacts names
   *  Blur contacts photos
   *  Blur conversation messages

=>  Addons enhancement tab :-
   * Enable like button
   * Enable message reactions
   * Pin unread chats to the top
   * Remove duplicate contacts

=> Attach image, video, file, contact
=> Add random time gap between messages
=> Filter numbers
=> Message success or failed report
=> Download group, labels, broadcast lists, chat and all contacts

This application is developed to enhance WhatsApp web functionality and make more easier for some user so we are not part of WhatsApp or Facebook and also we are not responsible for any kind of misuse and violation of WhatsApp policies.                    

Základní Informace o Rozšíření

Název WA Sender Plugin WA Sender Plugin
ID edlkmfhhepchllgoobodckbhkahccpfm
Oficiální URL https://chromewebstore.google.com/detail/wa-sender-plugin/edlkmfhhepchllgoobodckbhkahccpfm
Popis By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…
Velikost souboru 4.44 MB
Počet instalací 1,733
Aktuální Verze 1.1.5
Poslední Aktualizace 2024-02-16
Datum Vydání 2022-08-02
Hodnocení 4.63/5 Celkem 8 Hodnocení
Vývojář samtechbd
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://samtechbd.biz/wa
URL Stránky Nápovědy https://samtechbd.biz/wa
URL Stránky Zásad Ochrany Soukromí https://wa-bulk-sender.xyz/wa/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WA Sender Plugin",
    "version": "1.1.5",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "contentmin.js"
            ]
        }
    ],
    "action": {
        "default_title": "WA Sender",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/lib.css",
                "\/img\/*",
                "flmin.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}