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": "__MSG_extName2__",
"description": "__MSG_extDesc__",
"version": "1.1.7.5",
"incognito": "spanning",
"permissions": [
"contextMenus",
"tabs",
"storage",
"alarms",
"activeTab",
"sidePanel",
"downloads",
"cookies"
],
"host_permissions": [
"<all_urls>"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+H"
}
},
"page-translate-or-revert": {
"description": "__MSG_webpageTranslate__",
"suggested_key": {
"default": "Alt+T"
}
},
"translate": {
"description": "__MSG_quickTranslate__",
"suggested_key": {
"default": "Alt+R"
}
},
"ocr-translate": {
"description": "__MSG_webScreenshotTranslate__",
"suggested_key": {
"default": "Alt+G"
}
},
"hover-slt-word": {
"description": "__MSG_hoverSltWord__"
}
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
],
"all_frames": true,
"css": [
"css\/cs-external.css",
"css\/translate-theme.css"
],
"js": [
"js\/content-script.js"
]
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
],
"all_frames": true,
"js": [
"js\/content-start.js"
],
"run_at": "document_start"
}
],
"action": {
"default_popup": "pages\/popup.html"
},
"side_panel": {
"default_path": "pages\/side.html"
},
"web_accessible_resources": [
{
"resources": [
"images\/**",
"assets\/**",
"js\/video-captions\/**"
],
"matches": [
"<all_urls>"
]
}
],
"default_locale": "en"
}