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 Chinese Version: https://chrome.google.com/webstore/detail/lncbhecjekffklnelbeninpnacopebcp BaiduPan Explorer Tampermonkey:https://greasyfork.org/zh-CN/scripts/39844
Extension Basic Information
Name | |
ID | pleehcncmjleaoigcmegncaohggnkckn |
Official URL | https://chrome.google.com/webstore/detail/baidupan-explorer/pleehcncmjleaoigcmegncaohggnkckn |
Description | Extract high speed download links from pan.baidu.com. Github: https://github.com/luochenzhimu/BaiduPan-Explorer |
File Size | 113 KB |
Installation Count | 2,000 |
Current Version | 1.1.6 |
Last Updated | 2018-06-06 |
Publish Date | 2018-06-06 |
Rating | 3.40/5 Total 10 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 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BaiduPan Explorer", "short_name": "BaiduPan", "description": "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" ] } |