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,
"minimum_chrome_version": "126",
"default_locale": "en",
"name": "__MSG_extName__",
"short_name": "autoTranslate",
"description": "__MSG_extDescription__",
"version": "0.0.15",
"author": "WebRail",
"icons": {
"24": "icon-24.png",
"128": "icon-128.png"
},
"action": {
"default_title": "autoTranslate (Alt+T)",
"default_popup": "popup\/index.html"
},
"options_page": "options\/index.html",
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+P",
"windows": "Alt+P",
"mac": "Alt+P",
"linux": "Alt+P"
}
},
"translator_popup": {
"suggested_key": {
"default": "Alt+T",
"windows": "Alt+T",
"mac": "Alt+T",
"linux": "Alt+T"
},
"description": "Show translator popup"
}
},
"web_accessible_resources": [
{
"resources": [
"assets\/translate.png",
"assets\/languages.json",
"scripts\/*"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"contextMenus",
"activeTab",
"scripting",
"storage",
"tts"
],
"optional_host_permissions": [
"https:\/\/*\/*"
],
"trial_tokens": [
"AuPeLzBXBED4NguojX5Ejoy50QORhsnP4VC\/OuaNBENolcLR3qFKd58zZVtbeEm+d4Qh2TdRZZ04F\/tLw29J\/AwAAAB1eyJvcmlnaW4iOiJjaHJvbWUtZXh0ZW5zaW9uOi8vamRhbmVkaGRtY2JraGVsam9qcGRjbm9ubmJkYm9obmciLCJmZWF0dXJlIjoiTGFuZ3VhZ2VEZXRlY3Rpb25BUEkiLCJleHBpcnkiOjE3NDk1OTk5OTl9",
"AtB7DZP7mYVTwCXP3ouZJZGTCjIJndcYwJSahBeJ0Ty8IuQ1L2M9PBBnu28la3t7ALJDn++Hyfrzr2elPTzZ0gQAAABveyJvcmlnaW4iOiJjaHJvbWUtZXh0ZW5zaW9uOi8vamRhbmVkaGRtY2JraGVsam9qcGRjbm9ubmJkYm9obmciLCJmZWF0dXJlIjoiVHJhbnNsYXRpb25BUEkiLCJleHBpcnkiOjE3NTMxNDI0MDB9"
]
}