BaiduPan Explorer
Extract high speed download links from pan.baidu.com. Github: https://github.com/luochenzhimu/BaiduPan-Explorer
Was ist BaiduPan Explorer?
BaiduPan Explorer ist eine Chrome-Erweiterung, die von https://www.luochenzhimu.com entwickelt wurde, und ihr Hauptmerkmal ist "Extract high speed download links from pan.baidu.com. Github: https://github.com/luochenzhimu/BaiduPan-Explorer".
Erweiterungsscreenshots
BaiduPan Explorer-Erweiterungs-CRX-Datei herunterladen
Laden Sie BaiduPan Explorer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | pleehcncmjleaoigcmegncaohggnkckn |
Offizielle URL | https://chrome.google.com/webstore/detail/baidupan-explorer/pleehcncmjleaoigcmegncaohggnkckn |
Beschreibung | Extract high speed download links from pan.baidu.com. Github: https://github.com/luochenzhimu/BaiduPan-Explorer |
Dateigröße | 113 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 1.1.6 |
Letztes Update | 2018-06-06 |
Veröffentlichungsdatum | 2018-06-06 |
Bewertung | 3.40/5 Insgesamt 10 Bewertungen |
Entwickler | https://www.luochenzhimu.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.luochenzhimu.com |
Hilfeseite URL | https://www.luochenzhimu.com |
URL der Datenschutzrichtlinien-Seite | https://www.luochenzhimu.com |
Unterstützte Sprachen | 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" ] } |