Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "1.1.21", "homepage_url": "https:\/\/web.whatsapp.com\/", "description": "__MSG_desc__", "default_locale": "en", "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/*.whatsapp.com\/*" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "inject\/content-script.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "js\/redirect-link.js" ], "css": [ "css\/wa-attach.css" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "js\/drainage-module.js" ], "run_at": "document_end" }, { "matches": [ "<all_urls>" ], "js": [ ".\/content2.js" ], "run_at": "document_end" } ], "action": { "default_title": "WhatsApp Group Exporter- Group download", "default_popup": "popup.html", "default_icon": { "128": "icons\/128.png" } }, "web_accessible_resources": [ { "resources": [ "inject\/inject.js", "wppconnect-wa.js", "pic\/crm-commend.png", "js\/drainage-module\/drainage-module.js", "fonts\/*", "img\/*", "icons\/*", "images\/*" ], "matches": [ "*:\/\/*.whatsapp.com\/*" ] } ] }