Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_myName__",
"description": "__MSG_myDescription__",
"version": "2.15.2",
"manifest_version": 3,
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkIH0DvLr\/jSqCwToTnUl95W07B4vHgcXMvPJYBUsJB2WSu0iIe5UhOKMD+1Ze3Jev6DIE5XLrBYzOAZHA4GwHGjXyUFhQwGwK42z1vmnHaMFrt6IgWSxpAEWxw+vckThwZq4YaIAOfagYUAVVAUujL0K\/B\/mnSjmbP0KYokZ5BFKRIwAUZrDNc2Gw0hlhuR+CCDsNYUR7IOn2IOtVjIxmhB\/Ejw6HHOdaAkXqSwHdym2gn89tIatfk69czXjnGmRhncQo1awJ6G+ukt0AHHht1usklz2oQfGZ0EAfnt61c83dLks6gKwRTSG9xbVeD0KYr7X4tG5x80wHCYexj+7uQIDAQAB",
"homepage_url": "http:\/\/contact-saver.com",
"icons": {
"16": "resource\/icons\/16x16.png",
"32": "resource\/icons\/32x32.png",
"48": "resource\/icons\/48x48.png",
"128": "resource\/icons\/128x128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "resource\/icons\/48x48.png"
},
"background": {
"service_worker": "wadist\/ser.6eb7fa17f6.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"js": [
"wapack\/app3.6eb7fa17f6.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"resource\/*",
"wapack\/*"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"*:\/\/*.whatsapp.com\/*",
"*:\/\/*.contact-saver.com\/*"
],
"permissions": [
"storage",
"unlimitedStorage"
]
}