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_brandName__",
"description": "__MSG_brandDescription__",
"version": "24.10.1",
"default_locale": "en",
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"styles\/inject.css",
"video-subtitle\/inject.js"
],
"matches": [
"<all_urls>",
"file:\/\/\/*",
"*:\/\/*\/*"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>",
"file:\/\/\/*",
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"matches": [
"<all_urls>",
"file:\/\/\/*",
"*:\/\/*\/*"
],
"js": [
"content_start.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"commands": {
"toggleTranslatePage": {
"suggested_key": {
"default": "Alt+F"
},
"description": "__MSG_toggleTranslatePageOfficialPage__"
}
},
"options_page": "options.html",
"permissions": [
"storage",
"activeTab",
"contextMenus",
"webRequest",
"declarativeNetRequestWithHostAccess",
"declarativeNetRequestFeedback",
"declarativeNetRequest",
"cookies",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules\/request_modifier_rule.json"
}
]
},
"action": {
"default_icon": {
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png",
"256": "icons\/256.png"
}
},
"icons": {
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png",
"256": "icons\/256.png"
}
}