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,
"name": "__MSG_addonName_xlj__",
"version": "9.829.67.19",
"description": "__MSG_addonDescription_xlj__",
"default_locale": "en",
"icons": {
"32": "img\/icon_32.png",
"48": "img\/icon_48.png",
"64": "img\/icon_64.png",
"96": "img\/icon_96.png",
"128": "img\/icon_128.png"
},
"commands": {
"save_to_xlj_fav": {
"suggested_key": {
"default": "Alt+Shift+Q"
},
"description": "__MSG_addonCommands_save_to_xlj_fav__"
},
"backup_page": {
"description": "__MSG_addonCommands_backup_page__"
},
"search_1": {
"suggested_key": {
"default": "Alt+1"
},
"description": "__MSG_addonCommands_shortcut_key_1__"
},
"search_2": {
"suggested_key": {
"default": "Alt+2"
},
"description": "__MSG_addonCommands_shortcut_key_2__"
},
"search_3": {
"suggested_key": {
"default": "Alt+3"
},
"description": "__MSG_addonCommands_shortcut_key_3__"
},
"search_4": {
"description": "__MSG_addonCommands_shortcut_key_4__"
},
"search_5": {
"description": "__MSG_addonCommands_shortcut_key_5__"
}
},
"action": {
"default_icon": {
"64": "img\/icon_64.png",
"96": "img\/icon_96.png",
"128": "img\/icon_128.png"
},
"default_title": "__MSG_addonAction_popup_default_title__",
"default_popup": "popup.html"
},
"background": {
"service_worker": "js\/15.js",
"type": "module"
},
"permissions": [
"activeTab",
"tabs",
"contextMenus",
"scripting",
"pageCapture",
"storage",
"declarativeNetRequest"
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_idle",
"all_frames": true,
"js": [
"js\/25.js"
],
"css": [
"css\/50.css"
]
}
],
"host_permissions": [
"<all_urls>"
],
"author": "xiaolvji",
"homepage_url": "https:\/\/www.xiaolvji.com"
}