Whatsapp Spammer

A simple Chrome Extension to spam messages.

Whatsapp Spammerとは何ですか?

Whatsapp Spammerはrakshit087によって開発されたChromeの拡張機能で、その主な機能は「A simple Chrome Extension to spam messages.」です。

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

screenshot

Whatsapp Spammer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        ⚠️ WARNING: Do not overuse this, overusage may lead to WhatsApp Ban or Account Termination ⚠️

A fun chrome extension to spam your friends WhatsApp messages. 

Usage:
1. Open WhatsApp Web.
2. Open the Friend's chan you want to Nuke 💣
3. Click on the extension.
4. Enter the Number of Messages and the message you want to send.
5. Click send button.
6. Enjoy 🎉

Note: 
Clicking Anywhere when the Extension is sending messages will stop the extension.                    

拡張機能の基本情報

名前 Whatsapp Spammer Whatsapp Spammer
ID kkoeecelikkinpianhcjhpoobekfejgl
公式URL https://chrome.google.com/webstore/detail/whatsapp-spammer/kkoeecelikkinpianhcjhpoobekfejgl
説明 A simple Chrome Extension to spam messages.
ファイルサイズ 11.31 KB
インストール数 478
現在のバージョン 1.1
最終更新日 2021-11-17
公開日 2021-11-17
評価 1.00/5 合計 1 レビュー
開発者 rakshit087
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whatsapp Spammer",
    "version": "1.1",
    "description": "A simple Chrome Extension to spam messages.",
    "icons": {
        "16": ".\/icons\/16.png",
        "48": ".\/icons\/48.png",
        "128": ".\/icons\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_popup": ".\/public\/index.html"
    }
}