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",
"name": "__MSG_extentionTitle__",
"description": "__MSG_extentionDescription__",
"version": "5.0.0.1",
"minimum_chrome_version": "122",
"manifest_version": 3,
"default_locale": "en",
"homepage_url": "https:\/\/orca-soft.net\/web\/",
"action": {
"default_icon": "icon.png",
"default_title": "__MSG_extentionDefault_title__",
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/app16.png",
"32": "icons\/app32.png",
"64": "icons\/app64.png",
"128": "icons\/app128.png"
},
"background": {
"service_worker": "bg.js"
},
"content_scripts": [
{
"js": [
"jq.js",
"content.js",
"cs_menu.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
],
"all_frames": true,
"run_at": "document_start"
}
],
"permissions": [
"storage",
"activeTab",
"contextMenus",
"scripting"
],
"web_accessible_resources": [
{
"resources": [
"jq.js",
"trans.js",
"popup.html",
"frame.html",
"resize.png",
"inline_script.js",
"direct_translate\/element.js",
"direct_translate\/el_main.js",
"direct_translate\/el_main_css.css"
],
"matches": [
"<all_urls>"
]
}
]
}