undefinedDarkness / WTF

WTF - Chrome Extension that allows you to send messages in bulk via Whatsapp™ Web

Home Page:https://chrome.google.com/webstore/detail/kcdlihaidnmkenhlnofkjfoachidbnif

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WTF Chrome Extension

This open-source Chrome Extension allows you to send messages in bulk via WhatsApp™ Web. Make sure WhatsApp™ Web is open in your browser while using this extension.

Installation

Install the extension directly from the Chrome Web Store. Alternatively, download the extension.zip file from the latest release and load the extension in Chrome.

Usage

  1. Open WhatsApp™ Web in your Chrome browser.
  2. Click on the WTF extension icon in the toolbar.
  3. Click Options to configure the message and attachment you wish to send.
  4. Back in the Popup, paste the list of phone numbers you want to send messages.
  5. Click Send to start the messages delivery.

This extension is intended for legitimate and ethical use only. Please use this extension responsibly. The developers and owners are not responsible for any misuse or abuse of the extension.

Building from Source

If you prefer to build the extension from source code, follow these steps:

Prerequisites

  • Ensure you have the latest Node.js and npm installed. Follow the installation instructions on the Node.js official website.

Clone the Repository

git clone https://github.com/marcosvrs/wtf.git
cd wtf

Install Dependencies

npm install

Build the Extension

npm run build

This compiles and bundles the JavaScript files into the dist directory, which is then ready for local development and testing.

Load the Extension in Chrome

  1. Navigate to the Extensions page chrome://extensions.
    • 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.
  2. Enable Developer Mode by toggling the switch next to Developer mode.
  3. Click the Load unpacked button and select the dist directory.

The WTF Chrome Extension is now loaded in your Chrome browser.

Disclaimer

This extension is not affiliated with or endorsed by WhatsApp™ or Meta Platforms, Inc. and affiliates. The use of this extension is at your own risk and the developers are not responsible for any damages, legal consequences, or other liabilities that may arise from the use of this extension.

Acknowledgments

This project uses the following packages:

About

WTF - Chrome Extension that allows you to send messages in bulk via Whatsapp™ Web

https://chrome.google.com/webstore/detail/kcdlihaidnmkenhlnofkjfoachidbnif

License:MIT License


Languages

Language:TypeScript 96.3%Language:JavaScript 2.7%Language:CSS 0.5%Language:HTML 0.4%Language:Shell 0.1%