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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
⚠️ 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" } } |