Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_extensionTitle__",
"description": "__MSG_extensionDescription__",
"version": "1.7.0",
"homepage_url": "https:\/\/deeptranslate.ai",
"externally_connectable": {
"matches": [
"*:\/\/127.0.0.1\/*"
]
},
"commands": {
"hotkey-toggle-translation": {
"suggested_key": {
"default": "Alt+A",
"mac": "Alt+A"
},
"description": "__MSG_lblSwitchTranslatedAndOriginal__"
},
"hotkey-toggle-dual": {
"suggested_key": {
"default": "Ctrl+D",
"mac": "MacCtrl+D"
},
"description": "__MSG_lblSwitchDual__"
}
},
"icons": {
"32": "\/icons\/icon-32.png",
"64": "\/icons\/icon-64.png",
"128": "\/icons\/icon-128.png"
},
"permissions": [
"storage",
"activeTab",
"contextMenus",
"webRequest"
],
"host_permissions": [
"<all_urls>"
],
"optional_permissions": [
"webNavigation"
],
"web_accessible_resources": [
{
"resources": [
"\/icons\/*",
"\/images\/*",
"\/contentScript\/css\/*",
"\/contentScript\/extern.js",
"\/assets\/rules.json",
"\/_locales\/**\/*"
],
"matches": [
"<all_urls>"
]
}
],
"options_ui": {
"page": "\/options\/options.html",
"open_in_tab": true,
"browser_style": false
},
"action": {
"browser_style": false,
"default_icon": "\/icons\/icon-32.png",
"default_title": "__MSG_pageActionTitle__",
"default_popup": "\/popup\/newPopup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"all_frames": false,
"match_about_blank": true,
"js": [
"\/contentScript\/libJs.js"
]
}
],
"background": {
"service_worker": "background\/background-entry.js"
}
}