Whatsapp Spammer
A simple Chrome Extension to spam messages.
What is Whatsapp Spammer?
Whatsapp Spammer is a Chrome extension developed by rakshit087, and its main feature is "A simple Chrome Extension to spam messages.".
Extension Screenshots
Download Whatsapp Spammer Extension CRX File
Download Whatsapp Spammer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
⚠️ 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.
Extension Basic Information
Name | |
ID | kkoeecelikkinpianhcjhpoobekfejgl |
Official URL | https://chrome.google.com/webstore/detail/whatsapp-spammer/kkoeecelikkinpianhcjhpoobekfejgl |
Description | A simple Chrome Extension to spam messages. |
File Size | 11.31 KB |
Installation Count | 478 |
Current Version | 1.1 |
Last Updated | 2021-11-17 |
Publish Date | 2021-11-17 |
Rating | 1.00/5 Total 1 Ratings |
Developer | rakshit087 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |