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",
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"version": "1.0.6.0",
"manifest_version": 3,
"icons": {
"16": "assets\/icon\/icon16.png",
"32": "assets\/icon\/icon128.png",
"128": "assets\/icon\/icon128.png"
},
"background": {
"service_worker": "app\/background.js"
},
"commands": {
"_execute_action": {
"description": "",
"suggested_key": {
"default": "Alt+O"
}
},
"play_subtitle": {
"description": "\u5f00\u59cb\u64ad\u653e\u5b57\u5e55",
"suggested_key": {
"default": "Alt+P"
}
},
"stop_subtitle": {
"description": "\u6682\u505c\u64ad\u653e\u5b57\u5e55",
"suggested_key": {
"default": "Alt+S"
}
},
"hide_pane": {
"description": "\u9690\u85cf\u5b57\u5e55\u7a97\u53e3",
"suggested_key": {
"default": "Alt+P"
}
}
},
"web_accessible_resources": [
{
"resources": [
"styles\/*",
"setting.html"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/fanyi-fanyi.newtranx.com\/*",
"https:\/\/www.wozhiceshi.shop\/*",
"https:\/\/www.mossvox.com\/*",
"https:\/\/mossvox.newtranx.com\/*",
"https:\/\/mossvox.com\/*"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"app\/subtitlePane.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*"
],
"permissions": [
"activeTab",
"tabs",
"storage",
"tabCapture",
"downloads",
"cookies"
],
"action": {
"default_popup": "popup.html"
},
"options_page": "setting.html",
"default_locale": "en"
}