Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html",
"default_title": "\u672a\u68c0\u7d22\u5230\u7d20\u6750"
},
"background": {
"service_worker": "js\/background.js"
},
"commands": {
"_execute_action": [],
"auto_down": {
"description": "\u81ea\u52a8\u4e0b\u8f7d"
},
"catch": {
"description": "\u7f13\u5b58\u6355\u6349"
},
"clear": {
"description": "\u6e05\u7a7a\u5f53\u524d\u6807\u7b7e\u6570\u636e"
},
"enable": {
"description": "\u6682\u505c \/ \u542f\u7528"
},
"m3u8": {
"description": "m3u8\u89e3\u6790\u5668"
}
},
"content_scripts": [
{
"all_frames": true,
"js": [
"js\/content-script.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"run_at": "document_start"
}
],
"description": "\u89c6\u9891\u7d20\u6750\u6293\u53d6\u4e0e\u7ba1\u7406\u5de5\u5177",
"host_permissions": [
"*:\/\/*\/*",
"<all_urls>"
],
"icons": {
"64": "img\/icon.png",
"128": "img\/icon128.png"
},
"manifest_version": 3,
"minimum_chrome_version": "93",
"name": "\u94a2\u6293",
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"permissions": [
"tabs",
"webRequest",
"downloads",
"storage",
"webNavigation",
"alarms",
"declarativeNetRequest",
"scripting"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.0",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"catch-script\/*"
]
}
]
}