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",
"version": "9.6.0",
"content_scripts": [
{
"css": [
"assets\/content.d3a99ffd.css",
"assets\/content.css"
],
"matches": [
"<all_urls>"
],
"js": [
"assets\/browser-polyfill.min.js",
"assets\/runtime.2782cd4d.js",
"assets\/view-vendor.adae15f6.js",
"assets\/dexie.85b1ea33.js",
"assets\/franc.8e35e7ce.js",
"assets\/21.56c3445d.js",
"assets\/content.a35e2404.js"
]
},
{
"match_about_blank": true,
"all_frames": true,
"matches": [
"<all_urls>"
],
"js": [
"assets\/browser-polyfill.min.js",
"assets\/runtime.2782cd4d.js",
"assets\/view-vendor.adae15f6.js",
"assets\/dexie.85b1ea33.js",
"assets\/franc.8e35e7ce.js",
"assets\/23.ea8d5ded.js",
"assets\/selection.d6a681cb.js"
]
},
{
"all_frames": true,
"matches": [
"<all_urls>"
],
"js": [
"assets\/browser-polyfill.min.js",
"assets\/runtime.2782cd4d.js",
"assets\/view-vendor.adae15f6.js",
"assets\/dexie.85b1ea33.js",
"assets\/franc.8e35e7ce.js",
"assets\/6.1b5e162e.js",
"assets\/page-translate.51ddb372.js"
]
},
{
"matches": [
"<all_urls>"
],
"js": [
"assets\/browser-polyfill.min.js",
"assets\/runtime.2782cd4d.js",
"assets\/view-vendor.adae15f6.js",
"assets\/dexie.85b1ea33.js",
"assets\/franc.8e35e7ce.js",
"assets\/24.baa1c2f2.js",
"assets\/screenshot-translate.c02d2460.js"
],
"css": [
"assets\/screenshot-translate.847522e2.css"
]
},
{
"all_frames": true,
"matches": [
"<all_urls>"
],
"js": [
"assets\/browser-polyfill.min.js",
"assets\/runtime.2782cd4d.js",
"assets\/view-vendor.adae15f6.js",
"assets\/dexie.85b1ea33.js",
"assets\/franc.8e35e7ce.js",
"assets\/25.41061e0d.js",
"assets\/image-translate.9a2def6a.js"
],
"css": [
"assets\/image-translate.607bf622.css"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets\/icon.png",
"19": "assets\/icon.png",
"24": "assets\/icon.png",
"38": "assets\/icon.png",
"48": "assets\/icon.png",
"128": "assets\/icon.png"
}
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"background": {
"service_worker": "background.js"
},
"manifest_version": 3,
"homepage_url": "https:\/\/saladict.aichatone.com\/",
"minimum_chrome_version": "88",
"name": "__MSG_extension_name__",
"short_name": "__MSG_extension_short_name__",
"description": "__MSG_extension_description__",
"default_locale": "en",
"icons": {
"16": "assets\/icon.png",
"48": "assets\/icon.png",
"128": "assets\/icon.png"
},
"commands": {
"toggle-active": {
"description": "__MSG_command_toggle_active__"
},
"toggle-instant": {
"description": "__MSG_command_toggle_instant__"
},
"search-clipboard": {
"description": "__MSG_command_search_clipboard__"
},
"open-pdf": {
"description": "__MSG_command_open_pdf__"
},
"open-quick-search": {
"description": "__MSG_command_open_quick_search__"
},
"open-google": {
"description": "__MSG_command_open_google__"
},
"open-caiyun": {
"description": "__MSG_command_open_caiyun__"
},
"next-history": {
"description": "__MSG_command_next_history__"
},
"prev-history": {
"description": "__MSG_command_prev_history__"
},
"next-profile": {
"description": "__MSG_command_next_profile__"
},
"prev-profile": {
"description": "__MSG_command_prev_profile__"
},
"profile-1": {
"description": "__MSG_command_profile_1__"
},
"profile-2": {
"description": "__MSG_command_profile_2__"
},
"profile-3": {
"description": "__MSG_command_profile_3__"
},
"profile-4": {
"description": "__MSG_command_profile_4__"
},
"profile-5": {
"description": "__MSG_command_profile_5__"
},
"add-notebook": {
"description": "__MSG_command_add_notebook__"
},
"toggle-page-translation": {
"description": "__MSG_command_toggle_page_translation__",
"suggested_key": {
"default": "Alt+A"
}
},
"screenshot-translation": {
"description": "__MSG_command_screenshot_translation__"
}
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"audio-control.html",
"quick-search.html"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"alarms",
"contextMenus",
"notifications",
"storage",
"tabs",
"declarativeNetRequestWithHostAccess",
"scripting",
"unlimitedStorage",
"webRequest",
"cookies",
"offscreen"
],
"optional_permissions": [
"clipboardWrite",
"clipboardRead"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset",
"enabled": true,
"path": "assets\/net_request_rules.json"
}
]
},
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"incognito": "split"
}