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": "AI Web Extractor", "version": "1.2", "description": "\u4ece\u4efb\u610f\u7f51\u9875\u4e2d\u63d0\u53d6\u516c\u53f8\u540d\u3001\u7b80\u4ecb\u3001\u5730\u5740\u3001Email \u548c WhatsApp\uff0c\u5e76\u652f\u6301\u6279\u91cf\u4e0b\u8f7d\u5230\u672c\u5730\u3002", "permissions": [ "storage" ], "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" } }, "web_accessible_resources": [ { "resources": [ "icon16.png", "icon48.png", "icon128.png" ], "matches": [ "<all_urls>" ] } ] }