This is an open-source Chrome Extension that allows you to send messages in bulk via WhatsApp™ Web. You need to have WhatsApp™ Web open in your browser while using this extension.
For now you can download the extension.zip
file from the latest release and load it as an unpacked extension in Chrome.
- Open WhatsApp™ Web in your Chrome browser.
- Click on the Wppconnect extension icon in the toolbar.
- Click on the Options button to configure the message and attachment you want to send.
- Paste the phone numbers list you want to send.
- Click on the Send button to start sending the messages.
Note that this extension is intended for legitimate and ethical use cases only. Any misuse or abuse of the extension is not the responsibility of the developers.
If you prefer to build the extension from the source code, follow these steps:
- Ensure you have the latest Node.js and npm installed. You can follow the instructions to install them from Node.js official website.
git clone https://github.com/wppconnect-team/wppconnect-extension.git
cd wppconnect
npm install
npm run build
This will compile the TypeScript and bundle the JavaScript files into the dist
directory, ready for local development and testing.
- Go to the Extensions page by entering
chrome://extensions
in a new tab.- Alternatively, click on the Extensions menu puzzle button and select Manage Extensions at the bottom of the menu.
- Or, click the Chrome menu, hover over More Tools, then select Extensions.
- Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the Load unpacked button and select the
dist
directory.
Now, the Wppconnect Chrome Extension should be loaded in your Chrome browser, and you can start using it immediately.
This extension is not affiliated with or endorsed by WhatsApp™ or Facebook™. The use of this extension is at your own risk. The developers are not responsible for any damages, legal consequences, or other liabilities that may arise from the use of this extension.
This project uses the following packages:
- @wppconnect/wa-js (Apache License 2.0)
- react (MIT License)
- react-dom (MIT License)
- @types (MIT License)
- autoprefixer (MIT License)
- copy-webpack-plugin (MIT License)
- css-loader (MIT License)
- cssnano (MIT License)
- postcss-loader (MIT License)
- rimraf (ISC License)
- speed-measure-webpack-plugin (MIT License)
- style-loader (MIT License)
- tailwindcss (MIT License)
- ts-loader (MIT License)
- typescript (Apache License 2.0)
- webpack-cli (MIT License)
- webpack-merge (MIT License)
- @playwright/test (Apache License 2.0)
- qrcode-terminal (MIT License)