👆👆👆👆👆👆👆 - 支持批量获取 ✅百度网盘 ✅阿里云盘 ✅天翼云盘 ✅迅雷云盘 ✅夸克网盘 ✅移动云盘 六大网盘的直链下载地址,配合 IDM,Xdown,Aria2,Curl,比特彗星等工具高效🚀🚀🚀下载,完美适配 Chrome,Edge,FireFox,360,QQ,搜狗,百分,遨游,星愿,Opera,猎豹,Vivaldi,Yandex,Kiwi 等 18 种浏览器。可在无法安装客户端的环境下使用,助手免费开源。😎
< Feedback on 网盘直链下载助手
安装了网盘万能助手,会提示“Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details.”代码提示:{ "manifest_version": 2, "name": "__MSG_extension_name__", "update_url": "https://www.youxiaohou.com/crx/update.xml", "homepage_url": "https://www.youxiaohou.com/zh-cn/assistant.html", "description": "__MSG_extension_desc__", "version": "2.4.2", "default_locale": "zh_CN", "permissions": [ "", "*://*/*", "tabs", "cookies" ], "icons": { "16": "icons/16.png", "48": "icons/48.png", "128": "icons/128.png" }, "background": { "scripts": [ "js/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extension_name__", "default_icon": { "19": "icons/19.png", "38": "icons/38.png" } }, "content_scripts": [ { "js": [ "js/content-script.js" ], "matches": [ "*://pan.baidu.com/*", "*://yun.baidu.com/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' ; object-src 'self'"}导致安装了aria和RPC下载,还是提示要安装一点用也没得。别的网盘目前还没发现问题
Sign in to post a reply.
安装了网盘万能助手,会提示“Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details.”
代码提示:
{
"manifest_version": 2,
"name": "__MSG_extension_name__",
"update_url": "https://www.youxiaohou.com/crx/update.xml",
"homepage_url": "https://www.youxiaohou.com/zh-cn/assistant.html",
"description": "__MSG_extension_desc__",
"version": "2.4.2",
"default_locale": "zh_CN",
"permissions": [
"",
"*://*/*",
"tabs",
"cookies"
],
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"background": {
"scripts": [
"js/background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "__MSG_extension_name__",
"default_icon": {
"19": "icons/19.png",
"38": "icons/38.png"
}
},
"content_scripts": [
{
"js": [
"js/content-script.js"
],
"matches": [
"*://pan.baidu.com/*",
"*://yun.baidu.com/*"
],
"run_at": "document_start"
}
],
"content_security_policy": "script-src 'self' ; object-src 'self'"
}
导致安装了aria和RPC下载,还是提示要安装一点用也没得。
别的网盘目前还没发现问题