BaiduPan Explorer

获取百度网盘高速下载链接. Extract high speed download links from pan.baidu.com. Github: https://github.com/luochenzhimu/BaiduPan-Explorer

什么是BaiduPan Explorer?

BaiduPan Explorer是由https://www.luochenzhimu.com开发的Chrome扩展程序,该扩展的主要功能是“获取百度网盘高速下载链接. Extract high speed download links from pan.baidu.com. Github: https://github.com/luochenzhimu/BaiduPan-Explorer”。

扩展截图

screenshot

下载BaiduPan Explorer扩展crx文件

下载BaiduPan Explorer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        百度网盘BaiduNetdisk: https://pan.baidu.com
Forked from Github: https://github.com/Kyle-Kyle/baidudl
English Version: https://chrome.google.com/webstore/detail/pleehcncmjleaoigcmegncaohggnkckn
BaiduPan Explorer Tampermonkey: https://greasyfork.org/zh-CN/scripts/39844                    

扩展基本信息

名称 BaiduPan Explorer BaiduPan Explorer
ID lncbhecjekffklnelbeninpnacopebcp
官方URL https://chrome.google.com/webstore/detail/baidupan-explorer/lncbhecjekffklnelbeninpnacopebcp
简介 获取百度网盘高速下载链接. Extract high speed download links from pan.baidu.com. Github: https://github.com/luochenzhimu/BaiduPan-Explorer
文件大小 113 KB
安装次数 10,000
当前版本 1.1.6
更新时间 2018-06-06
上架时间 2018-06-06
评分 3.41/5 共54次评分
开发者 https://www.luochenzhimu.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.luochenzhimu.com
帮助页面URL https://www.luochenzhimu.com
隐私政策页面URL https://www.luochenzhimu.com
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BaiduPan Explorer",
    "short_name": "BaiduPan",
    "description": "\u83b7\u53d6\u767e\u5ea6\u7f51\u76d8\u9ad8\u901f\u4e0b\u8f7d\u94fe\u63a5. Extract high speed download links from pan.baidu.com. \n Github: https:\/\/github.com\/luochenzhimu\/BaiduPan-Explorer",
    "version": "1.1.6",
    "web_accessible_resources": [
        "content_script\/injection_listener.js",
        "content_script\/injection.js",
        "content_script\/utilities.js",
        "resource\/jquery.cookie.js"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Click here!"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pan.baidu.com\/*",
                "http:\/\/pan.baidu.com\/*"
            ],
            "js": [
                "resource\/jquery.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/127.0.0.1:8333\/",
        "https:\/\/pan.baidu.com\/",
        "cookies",
        "https:\/\/d.pcs.baidu.com\/",
        "http:\/\/d.pcs.baidu.com\/",
        "webRequest",
        "webRequestBlocking"
    ]
}