Skip to content

Automate WhatsApp Web to send bulk messages with this free Chrome Extension. Perfect for outreach, marketing & small businesses.

Notifications You must be signed in to change notification settings

ExploitTheLoop/whatsapp-bulk-sender

Repository files navigation

WhatsApp Bulk Messenger 🚀

A Chrome Extension that automates sending bulk messages on WhatsApp Web. Ideal for outreach, campaigns, or general broadcasts — all from your browser.

🔧 Features

  • 🧠 Automates WhatsApp Web to send messages in bulk.
  • 🔐 Uses Firebase for optional storage or analytics.
  • 💡 Lightweight popup UI for user control.
  • 🔄 Injects script into WhatsApp Web to handle DOM-based automation.

📦 Project Structure

whatsappbulk/
├── content.js                 # Main automation logic injected into WhatsApp Web
├── manifest.json             # Chrome extension manifest
├── popup.html                # Extension popup UI
├── popup.js                  # Popup interaction logic
├── style.css                 # Popup styles
├── icons/                    # Extension icons
├── firebase/
│   ├── firebase-app-compat.js
│   └── firebase-firestore-compat.js

🚀 How It Works

  1. The user opens the extension popup.
  2. Provides a list of contacts and a message.
  3. Script (content.js) is injected into WhatsApp Web.
  4. It simulates typing and sends messages in a controlled loop.

🔌 Firebase Integration (Optional)

If you plan to use Firebase for logs, analytics, or cloud messaging templates:

  • Add your Firebase config in popup.js or content.js.
  • Initialize and use Firestore or Realtime Database as needed.

🧪 Development Setup

  1. Clone or unzip the repository.
  2. Go to chrome://extensions/ in Chrome.
  3. Enable Developer Mode.
  4. Click Load unpacked and select the whatsappbulk/ folder.
  5. Pin the extension and click the icon to use.

🛠 Requirements

  • Google Chrome
  • WhatsApp account logged into WhatsApp Web
  • Firebase project (optional)

⚠️ Disclaimer

This tool is for educational purposes only. Use responsibly. Abusing WhatsApp's systems may lead to account suspension.

📸 Screenshots

Popup Interface Message Automation
Popup Automation

📃 License

MIT License © 2025


Created with ❤️ to save time and reach more people efficiently.

About

Automate WhatsApp Web to send bulk messages with this free Chrome Extension. Perfect for outreach, marketing & small businesses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published