WA Sender Plugin

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

WA Sender Pluginとは何ですか?

WA Sender Pluginはsamtechbdによって開発されたChromeの拡張機能で、その主な機能は「By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…」です。

拡張機能のスクリーンショット

screenshot

WA Sender Plugin拡張機能のCRXファイルをダウンロード

WA Sender Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 WA Sender Plugin WA Sender Plugin
ID edlkmfhhepchllgoobodckbhkahccpfm
公式URL https://chromewebstore.google.com/detail/wa-sender-plugin/edlkmfhhepchllgoobodckbhkahccpfm
説明 By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…
ファイルサイズ 4.44 MB
インストール数 1,733
現在のバージョン 1.1.5
最終更新日 2024-02-16
公開日 2022-08-02
評価 4.63/5 合計 8 レビュー
開発者 samtechbd
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://samtechbd.biz/wa
ヘルプページのURL https://samtechbd.biz/wa
プライバシーポリシーページのURL https://wa-bulk-sender.xyz/wa/privacy
対応言語 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\/*"
            ]
        }
    ]
}