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.0.2", "homepage_url": "https:\/\/web.whatsapp.com\/", "description": "__MSG_desc__", "default_locale": "en", "permissions": [ "tabs", "storage", "scripting", "unlimitedStorage" ], "optional_permissions": [ "cookies" ], "host_permissions": [ "<all_urls>" ], "icons": { "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "RatingDialogContentScripts.js" ], "run_at": "document_end" } ], "action": { "default_title": "WhatsApp Group Finder-Group Link Scraper-WhatsApp contact link finder", "default_popup": "popup.html", "default_icon": { "128": "icons\/128.png" } }, "web_accessible_resources": [ { "resources": [ "inject-script\/*.js", "inject\/*.js", "pic\/crm-commend.png", "fonts\/*", "images\/*", "icons\/*" ], "matches": [ "*:\/\/*.google.com\/*", "*:\/\/*.google.com.hk\/*", "*:\/\/*.google.co.jp\/*", "*:\/\/*.google.co.kr\/*", "*:\/\/*.google.com.sg\/*", "*:\/\/*.google.co.uk\/*", "*:\/\/*.google.de\/*", "*:\/\/*.google.fr\/*", "*:\/\/*.google.it\/*", "*:\/\/*.google.es\/*", "*:\/\/*.google.ca\/*", "*:\/\/*.google.com.mx\/*", "*:\/\/*.google.com.br\/*", "*:\/\/*.google.com.au\/*", "*:\/\/*.google.co.in\/*", "*:\/\/*.google.ae\/*", "*:\/\/*.google.ru\/*" ] } ] }