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": "SmartBuy", "description": "Smart Buy\u5728\u60a8\u7535\u5546\u7f51\u7ad9\u8d2d\u7269\u4e2d\uff0c\u5feb\u901f\u81ea\u52a8\u67e5\u8be2\u6dd8\u5b9d\u3001\u5929\u732b\u3001\u4eac\u4e1c\u3001\u552f\u54c1\u4f1a\u7b49\u7535\u5546\u5e73\u53f0\u5185\u90e8\u4f18\u60e0\u5238\u4fe1\u606f\u3002", "version": "1.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": "SmartBuy", "default_popup": "popup.html" }, "permissions": [ "storage", "windows" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/*.gov.cn\/*", "*:\/\/*.360.com\/*", "*:\/\/*.360.cn\/*", "*:\/\/*.so.com\/*" ], "all_frames": true, "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" } }