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",
"manifest_version": 3,
"name": "WhatsContact - WA Contacts Extractor & Exporter",
"description": "Easily Extract & Export WhatsApp Contacts and download into multiple formats",
"version": "2.11",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"default_locale": "en",
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"js\/*",
"icons\/*",
"inject-script.js"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
},
{
"resources": [
"content-scripts\/content.css"
],
"use_dynamic_url": true,
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"content-scripts\/content.js"
]
}
]
}