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_qtName__",
"description": "__MSG_qtDes__",
"version": "2.3.12",
"manifest_version": 3,
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnI7aHr1cralVYj9RQByy3YVwxfURyZNOmBz02iaY4+MKPkyny+5C1qM8VF+OITlB3J4Q0Qzjl0ey7THVINzd1bIQhXjRmwM\/IH4bvPBhqgjFw09MUdU8Qfv2GkpUra+hymLp++38gCLnoQuL2XAK4gCN\/do2DpBpTvXVDNSOXLCoPEL7L127r74jjQkUmsjblxqS1cnasOFjmpRTw0J7s2r52xzueLGsY0iHAV6GQUbnQxEwl4yE0se0tim4HIZTtghar5wUXNhJxN+MWI\/2MDFVYyEWYP\/\/vhdo2I\/7QfCd6JkF3OZeLMz5XeOd7vJ3L0+53qyi6eX7ZyFDy9MFDwIDAQAB",
"homepage_url": "https:\/\/wppme.com\/whatsapp-chat-message-backup-and-export",
"icons": {
"16": "imgs\/icon16.png",
"32": "imgs\/icon32.png",
"48": "imgs\/icon48.png",
"128": "imgs\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "imgs\/icon48.png"
},
"background": {
"service_worker": "ts\/a\/bs.a3a5a2a1.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"js": [
"ts\/b\/ssc.a3a5a2a1.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"imgs\/*",
"photos\/*",
"ts\/*"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*.whatsapp.com\/*",
"*:\/\/*.wppme.com\/*"
]
}