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": "1.1.0", "name": "\u5168\u54c1-\u97f3\u89c6\u9891\u4e0b\u8f7d", "description": "\u97f3\u89c6\u9891\u4e0b\u8f7d\u52a9\u624b\uff0c\u652f\u6301\u591a\u7f51\u7ad9\u667a\u80fd\u68c0\u6d4b\u4e0b\u8f7d\uff0c\u652f\u6301\u6279\u91cf\u4e0b\u8f7d\uff0c\u4f1a\u81ea\u52a8\u68c0\u6d4b\u97f3\u9891\u6216\u89c6\u9891\u3002", "action": { "default_icon": { "32": "image\/128.png" } }, "icons": { "16": "image\/16.png", "48": "image\/48.png", "96": "image\/96.png", "128": "image\/128.png" }, "permissions": [ "webRequest", "storage", "downloads", "system.display" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "exclude_globs": [ "*:\/\/v.qq.com\/", "*:\/\/youku.com\/", "*:\/\/tudou.com\/", "*:\/\/iqiyi.com\/", "*:\/\/le.com\/", "*:\/\/mgtv.com\/" ], "js": [ "js\/jquery.min.1.8.js", "js\/common.js", "js\/getVideo.js" ], "run_at": "document_end" } ], "background": { "service_worker": "js\/background.js", "type": "module", "matches": [ "<all_urls>" ] }, "host_permissions": [ "<all_urls>" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self' ;" } }