Skip to content

WA Contact Saver Web

Latest
Compare
Choose a tag to compare
@zubairjammu786 zubairjammu786 released this 18 Jan 03:52
· 2 commits to main since this release
3c567d7
  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.