Whatsapp Spammer
A simple Chrome Extension to spam messages.
什么是Whatsapp Spammer?
Whatsapp Spammer是由rakshit087开发的Chrome扩展程序,该扩展的主要功能是“A simple Chrome Extension to spam messages.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 |
电子邮箱 | [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" } } |