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": "Email & WhatsApp Extractor", "version": "1.3", "description": "\u4ece\u4efb\u610f\u7f51\u9875\u4e2d\u63d0\u53d6 Email \u5730\u5740\u548c WhatsApp \u53f7\u7801\uff0c\u5e76\u652f\u6301\u6279\u91cf\u4e0b\u8f7d\u5230\u672c\u5730\u3002", "permissions": [ "storage", "webNavigation", "scripting", "webRequest" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } }