Whatsapp Spammer
A simple Chrome Extension to spam messages.
Co to jest Whatsapp Spammer?
Whatsapp Spammer to rozszerzenie Chrome opracowane przez rakshit087, a jego główną funkcją jest „A simple Chrome Extension to spam messages.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Whatsapp Spammer
Pobierz pliki rozszerzeń Whatsapp Spammer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
⚠️ 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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kkoeecelikkinpianhcjhpoobekfejgl |
Oficjalny URL | https://chrome.google.com/webstore/detail/whatsapp-spammer/kkoeecelikkinpianhcjhpoobekfejgl |
Opis | A simple Chrome Extension to spam messages. |
Rozmiar pliku | 11.31 KB |
Liczba instalacji | 478 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2021-11-17 |
Data Publikacji | 2021-11-17 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | rakshit087 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |