Inspect and view changes in 万能图片批量下载神器 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
{
"action": {
"default_icon": "icon-small.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "js/all.js"
},
"commands": {
"CMD_DOWNLOAD_ALL_TABS": {
"description": "__MSG_key_dl_all_tabs__",
"suggested_key": "Alt+A"
},
"CMD_DOWNLOAD_CURRENT_TAB": {
"description": "__MSG_key_dl_current_tab__",
"suggested_key": "Alt+Z"
},
"CMD_OUTPUT_DOWNLOAD": {
"description": "__MSG_key_dl__",
"suggested_key": "Alt+S"
},
"CMD_OUTPUT_SELECT_ALL": {
"description": "__MSG_key_select_all__"
},
"CMD_OUTPUT_SELECT_TOGGLE": {
"description": "__MSG_key_select_toggle__"
}
},
"content_scripts": [
{
"all_frames": true,
"css": [
"content.styles.css",
"droppanel.css"
],
"js": [
"contentScript.bundle.js"
],
"matches": [
"http://*/*",
"https://*/*",
"<all_urls>"
],
"run_at": "document_start"
},
{
"js": [
"ct.bundle.js"
],
"matches": [
"<all_urls>"
]
}
],
"default_locale": "zh_CN",
"description": "__MSG_ext_description__",
"host_permissions": [
"<all_urls>"
],
"icons": {
"128": "icon.png"
},
"manifest_version": 3,
"minimum_chrome_version": "93",
"name": "万能图片批é‡ä¸‹è½½ç¥žå™¨",
"options_page": "options.html",
"permissions": [
"webRequest",
"declarativeNetRequest",
"downloads",
"scripting",
"tabs",
"storage",
"unlimitedStorage",
"contextMenus",
"alarms"
],
"sandbox": {
"pages": [
"sandbox.html"
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
"version": "0.1.18",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"*"
]
}
]
}