针对115网盘会员用户,提供快速离线磁力和aria2导出功能;夸克网盘aria2导出功能
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "115网盘离线下载",
"version": "1.10.14",
"manifest_version": 3,
"description": "针对115网盘会员用户,æ供快速离线ç£åŠ›å’Œaria2导出功能;夸克网盘aria2导出功能",
"homepage_url": "https://115.aacc.in",
"icons": {
"16": "assets/img/icons/icon16.png",
"48": "assets/img/icons/icon48.png",
"128": "assets/img/icons/icon128.png"
},
"action": {
"default_icon": {
"19": "assets/img/icons/icon48.png",
"38": "assets/img/icons/icon48.png"
},
"default_title": "115网盘离线下载"
},
"background": {
"service_worker": "background-wrapper.js"
},
"permissions": [
"cookies",
"downloads",
"storage",
"notifications",
"scripting",
"tabs",
"contextMenus"
],
"host_permissions": [
"*://*/*"
],
"options_page": "option/index.html",
"content_scripts": [
{
"js": [
"dist/injectLogin.entry.js",
"dist/inject_export115_start.entry.js"
],
"matches": [
"https://*.115.com/*"
]
},
{
"js": [
"dist/inject_exportQuark_start.entry.js"
],
"matches": [
"https://*.quark.cn/*"
]
},
{
"css": [
"assets/css/export_style.css"
],
"all_frames": true,
"matches": [
"https://*.115.com/*"
]
},
{
"css": [
"assets/css/quark_export_style.css"
],
"all_frames": true,
"matches": [
"https://*.quark.cn/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"*.js",
"*.png"
],
"matches": [
"<all_urls>"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}