20 Star 105 Fork 18

Gitee 极速下载 / baidu-netdisk-high-speed

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/b3log/baidu-netdisk-high-speed
克隆/下载
manifest.json 948 Bytes
一键复制 编辑 原始数据 按行查看 历史
88250 提交于 2018-04-02 08:59 . :fire:删除冗余权限需求
{
"manifest_version": 2,
"homepage_url": "https://github.com/b3log/baidu-netdisk-high-speed",
"browser_action": {
"default_title": "百度网盘高速下载",
"default_popup": "popup.html"
},
"icons": {
"128": "logo/logo.png"
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"*://pan.baidu.com/*",
"*://yun.baidu.com/*"
],
"js": [
"core.js"
]
}
],
"background": {
"scripts": [
"request.js"
]
},
"permissions": [
"tabs",
"clipboardWrite",
"webRequest",
"webRequestBlocking",
"*://pan.baidu.com/*",
"*://yun.baidu.com/*",
"*://*.baidupcs.com/*"
],
"name": "百度网盘高速下载",
"description": "安装成功后,请重新打开或者刷新百度网盘网页,然后再点击下载即可获取百度网盘下载直链,将此链接复制到迅雷即可!",
"version": "1.1.0"
}
HTML/CSS
1
https://gitee.com/mirrors/baidu-netdisk-high-speed.git
git@gitee.com:mirrors/baidu-netdisk-high-speed.git
mirrors
baidu-netdisk-high-speed
baidu-netdisk-high-speed
master

搜索帮助