Skip to content

Releases: zubairjammu786/wacontactsaver

WA Contact Saver Web

18 Jan 03:52
3c567d7
Compare
Choose a tag to compare
  1. Please download zip file and extract it.
  2. open chrome://extentions in chrome
  3. click on Load unpacked extention button
  4. Select the extracted folder.

Your extentions will be added. Remember to edit contact names and numbers manually in content.js of this code

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

add more cases for more numbers.