Skip to content

Chrome Extentions which Saves contacts for WhatsApp Web ( not an official extention by WhatsApp )

License

Notifications You must be signed in to change notification settings

zubairjammu786/wacontactsaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WA Contacts Saver Chrome Extension

GitHub repo size GitHub license GitHub stars GitHub forks

Overview

WA Contacts Saver is a Chrome extension that allows you to manually save phone numbers by editing the content.js file. It enhances your WhatsApp experience by providing a convenient way to replace phone numbers with custom names.

Features

  • Custom Contact Names: Replace phone numbers with personalized names in your WhatsApp chats.
  • Manual Number Saving: Users need to manually edit the content.js file to save custom names for phone numbers.

Installation

  1. Clone the repository:

    git clone https://github.com/zubairjammu786/wacontactsaver.git
  2. Open Chrome and navigate to chrome://extensions/.

  3. Enable "Developer mode" in the top-right corner.

  4. Click "Load unpacked" and select the folder where you cloned the repository.

Usage

After installation, open WhatsApp Web in your Chrome browser. To save a custom name for a phone number, manually edit the content.js file in the extension folder.

let name = phoneNumber;
switch (phoneNumber) {
  case '+92 321 xxxxxxx':
    name = 'Zubair';
    break;
  // Add more cases for other phone numbers
}

Add more cases to the switch statement for other phone numbers you want to customize. Remember the format of phone number first and check how they are displayable on screen. For examples some numbers can have spaces like '+92 321 xxxxxxx' and can be without spaces '+92321xxxxxxx' Save the changes to content.js. Refresh your WhatsApp Web page, and the custom names should be applied.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve the extension.

Disclaimer

This is not an official extension by WhatsApp or Meta . Use it at your own ease.

About

Chrome Extentions which Saves contacts for WhatsApp Web ( not an official extention by WhatsApp )

Resources

License

Stars

Watchers

Forks

Packages

No packages published