- Please download zip file and extract it.
- open chrome://extentions in chrome
- click on Load unpacked extention button
- 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.