Skip to content

jayeshkaithwas/WhatsApp-Web-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pro Sender

Installation

  1. Clone the repository:
    git clone https://github.com/jayeshkaithwas/WhatsApp-Web-Extention.git
  2. Open Chrome and navigate to chrome://extensions/.
  3. Enable "Developer mode" by clicking the toggle switch in the top right corner.
  4. Click "Load unpacked" and select the cloned repository folder.

Code Structure

📦 js/

background.js: Handles background processes and events for the extension.

content.js: Manages the interaction between the extension and the web page content.

popup.js: Handles the logic for the extension's popup UI.

inject.js: Implements the logic and functions from the WhatsApp API library, injecting them into the WhatsApp Web page.

📂 js/utils

  • data.js: Contains constant or static data used by content.js and popup.js. This data is also updated by the config data API.
  • helper.js: Contains common functions used by content.js and popup.js.
  • ga-code.js: Tracks user activity on Google Analytics.
  • popup-handler.js Contains all the popups displayed in content.

📂 js/library

Note: The libraries in this folder should be updated to their latest versions when available.

📂 js/impact-hero

  • Contains Javascripts for impact-hero SDK.

About

Chrome Extension to Send Bulk Messages and Media through WhatsApp Web.

Resources

Stars

Watchers

Forks

Contributors