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": "__MSG_extDesc__", "homepage_url": "https:\/\/web.whatsapp.com\/", "description": "__MSG_extDesc__", "default_locale": "en", "permissions": [ "storage", "scripting", "alarms" ], "host_permissions": [ "*:\/\/*.whatsapp.com\/*" ], "icons": { "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "load.js", "content-script.js", "drainage-module.js", "inject-scripts\/initFrame.js", "redirect-link.js" ], "css": [ "css\/wa-attach.css" ], "extension_ids": [ "cgipcgghboamefelooajpiabilddemlh" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_icon": { "128": "icons\/128.png" } }, "web_accessible_resources": [ { "resources": [ "qpqp.js", "images\/*", "css\/*", "fonts\/*", "img\/*", "icons\/*", "inject-scripts\/*" ], "matches": [ "*:\/\/*.whatsapp.com\/*" ] }, { "resources": [ "images\/*" ], "extension_ids": [ "cgipcgghboamefelooajpiabilddemlh" ], "matches": [ "*:\/\/*.whatsapp.com\/*" ] } ], "version": "1.0.40" }