Inspect and view changes in Eshelper source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"default_locale": "en",
"version": "2.0.6",
"permissions": [
"storage",
"activeTab",
"contextMenus",
"scripting",
"cookies"
],
"web_accessible_resources": [
{
"resources": [
"content/assets/i18n/en.json",
"content/assets/i18n/zhHans.json",
"content/assets/i18n/zhHant.json",
"content/assets/js/youtube.js"
],
"matches": [
"<all_urls>",
"file:///*",
"*://*/*"
]
}
],
"content_scripts": [
{
"js": [
"content/runtime.js",
"content/polyfills.js",
"content/main.js"
],
"css": [
"content/styles.css"
],
"matches": [
"<all_urls>",
"file:///*",
"*://*/*"
],
"run_at": "document_end",
"all_frames": true
}
],
"background": {
"service_worker": "serviceWorker.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+N"
},
"description": "popup"
},
"toggleTranslatePage": {
"suggested_key": {
"default": "Alt+T"
},
"description": "__MSG_toggleTranslatePage__"
},
"toggleWordHintPage": {
"description": "__MSG_toggleWordHintPage__"
},
"toggleCustomize": {
"description": "__MSG_toggleCustomize__"
},
"selectCaptureWord": {
"description": "__MSG_selectCaptureWord__"
},
"hoverTranslateLine": {
"description": "__MSG_hoverTranslateLine__"
},
"speakSelectSentence": {
"suggested_key": {
"default": "Alt+R"
},
"description": "__MSG_speakSelectSentence__"
}
},
"name": "__MSG_brandName_es__",
"description": "__MSG_brandDescription_es__",
"options_page": "main/index.html?#/options",
"action": {
"default_popup": "main/index.html?#/popup"
},
"externally_connectable": {
"matches": [
"*://*.esdict.cn/*"
],
"ids": [
"eeebhkdldehjoidiochkpdpbeefdkill",
"fehdnnjnnoicfbnjdodaofmcldcdkhnc",
"ialjocpimjeibijmmeepbpfgnmopknpb",
"pbeabipehlcppkdfgnhkmonaeooaclfo"
]
},
"host_permissions": [
"*://*.esdict.cn/*"
],
"minimum_chrome_version": "88",
"icons": {
"16": "icons/icon-512.png",
"32": "icons/icon-512.png",
"48": "icons/icon-512.png",
"128": "icons/icon-512.png",
"256": "icons/icon-512.png",
"512": "icons/icon-512.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}