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_waExtName__",
"description": "__MSG_waExtDesc__",
"version": "1.6.11",
"manifest_version": 3,
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmH8E7fHt1WA+7AJLw7ckT+5nMOnjQjioHvRNNjO+\/fQfBkt4Keyqat+l\/Bwlx0kdV4NBwu8uWZHwQ2mJZo2ZJvWuxv2n3XaEGqK0E81zndt0ZMBgv47qD2zaUhhz6tHQyENHOuerSlH5bSyxloiLcpplrBxAdYNIG88h2yJ4Mpn6U53ZEofLABqO5n+FQs9SRBCZj9jvFdIdFwvFtENjzmxUOdSliGP3AIyXxEIuB9qxrm107Gzs6pwh0X5m5aOOpe9\/sxdPFZxVs+ae3bd1Mv6WoaYYIc9OURXM7oFFGcIfmSdc2X1pThngMv7UR9NadctMFD7pL1YiQwEnO4Y2wQIDAQAB",
"homepage_url": "https:\/\/wa-contacts-extractor.com",
"icons": {
"16": "contacts\/gh\/i\/i16.png",
"32": "contacts\/gh\/i\/i32.png",
"48": "contacts\/gh\/i\/i48.png",
"128": "contacts\/gh\/i\/i128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "contacts\/gh\/i\/i48.png"
},
"background": {
"service_worker": "contacts\/cd\/c\/yuqzer.c944796c.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"js": [
"contacts\/cd\/d\/sutxnw.c944796c.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"contacts\/*"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"*:\/\/*.whatsapp.com\/*"
],
"permissions": [
"storage",
"unlimitedStorage"
]
}