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": "\u5e2e\u60a8\u6dd8\u4f18\u60e0", "description": "\u5f53\u60a8\u5728\u4eac\u4e1c\u7b49\u7535\u5546\u5e73\u53f0\u6d4f\u89c8\u5546\u54c1\u8be6\u60c5\u9875\u65f6\uff0c\u4e3a\u60a8\u83b7\u53d6\u8be5\u5546\u54c1\u7684\u4f18\u60e0\u5238\uff0c\u9886\u53d6\u4f18\u60e0\u5238\u540e\u4e0b\u5355\u7acb\u51cf\u3002", "version": "3.0.3", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "16": "images\/icon\/logo_128.png", "24": "images\/icon\/logo_128.png", "32": "images\/icon\/logo_128.png" }, "default_title": "\u5e2e\u60a8\u6dd8\u4f18\u60e0", "default_popup": "popup.html" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/*.gov.cn\/*", "*:\/\/*.360.com\/*", "*:\/\/*.360.cn\/*", "*:\/\/*.so.com\/*" ], "all_frames": true, "js": [ "js\/umd.js", "js\/jquery.js", "js\/fp2.js", "js\/utils.js", "js\/contentScript.js" ], "run_at": "document_start" } ], "icons": { "16": "images\/icon\/logo_16.png", "32": "images\/icon\/logo_32.png", "48": "images\/icon\/logo_48.png", "128": "images\/icon\/logo_128.png" } }