BaiduPan Explorer
获取百度网盘高速下载链接. Extract high speed download links from pan.baidu.com. Github: https://github.com/luochenzhimu/BaiduPan-Explorer
What is BaiduPan Explorer?
BaiduPan Explorer is a Chrome extension developed by https://www.luochenzhimu.com, and its main feature is "获取百度网盘高速下载链接. Extract high speed download links from pan.baidu.com. Github: https://github.com/luochenzhimu/BaiduPan-Explorer".
Extension Screenshots
Download BaiduPan Explorer Extension CRX File
Download BaiduPan Explorer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
百度网盘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
Extension Basic Information
Name | |
ID | lncbhecjekffklnelbeninpnacopebcp |
Official URL | https://chrome.google.com/webstore/detail/baidupan-explorer/lncbhecjekffklnelbeninpnacopebcp |
Description | 获取百度网盘高速下载链接. Extract high speed download links from pan.baidu.com. Github: https://github.com/luochenzhimu/BaiduPan-Explorer |
File Size | 113 KB |
Installation Count | 10,000 |
Current Version | 1.1.6 |
Last Updated | 2018-06-06 |
Publish Date | 2018-06-06 |
Rating | 3.41/5 Total 54 Ratings |
Developer | https://www.luochenzhimu.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.luochenzhimu.com |
Help Page URL | https://www.luochenzhimu.com |
Privacy Policy Page URL | https://www.luochenzhimu.com |
Supported Languages | 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" ] } |