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, "version": "4.0.0", "name": "\u754c\u56fe-\u56fe\u7247\u6279\u91cf\u4e0b\u8f7d", "description": "\u59cb\u4e8e2019\u5e74\uff0c\u9ad8\u6548\u4e0b\u8f7d\u7f51\u9875\u56fe\u7247\uff0c\u652f\u6301\u667a\u80fd\u7b5b\u9009\u3001\u6279\u91cf\u6253\u5305\u3001\u539f\u56fe\u63d0\u53d6\u4e0e\u65e0\u754c\u4e0b\u8f7d\u3002", "action": { "default_icon": { "32": "image\/128.png" } }, "icons": { "16": "image\/16.png", "48": "image\/48.png", "128": "image\/128.png" }, "permissions": [ "webRequest", "storage", "downloads", "system.display", "activeTab" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "js\/background.js", "type": "module" } }