BaiduPan Explorer
获取百度网盘高速下载链接. Extract high speed download links from pan.baidu.com. Github: https://github.com/luochenzhimu/BaiduPan-Explorer
Cos'è BaiduPan Explorer?
BaiduPan Explorer è un'estensione di Chrome sviluppata da https://www.luochenzhimu.com, e la sua funzione principale è "获取百度网盘高速下载链接. Extract high speed download links from pan.baidu.com. Github: https://github.com/luochenzhimu/BaiduPan-Explorer".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BaiduPan Explorer
Scarica i file di estensione BaiduPan Explorer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
百度网盘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
Informazioni di Base sull'Estensione
Nome | |
ID | lncbhecjekffklnelbeninpnacopebcp |
URL Ufficiale | https://chrome.google.com/webstore/detail/baidupan-explorer/lncbhecjekffklnelbeninpnacopebcp |
Descrizione | 获取百度网盘高速下载链接. Extract high speed download links from pan.baidu.com. Github: https://github.com/luochenzhimu/BaiduPan-Explorer |
Dimensione del File | 113 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.1.6 |
Ultimo Aggiornamento | 2018-06-06 |
Data di Pubblicazione | 2018-06-06 |
Valutazione | 3.41/5 Totale 54 Valutazioni |
Sviluppatore | https://www.luochenzhimu.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.luochenzhimu.com |
URL della Pagina di Aiuto | https://www.luochenzhimu.com |
URL della Pagina della Politica sulla Privacy | https://www.luochenzhimu.com |
Lingue Supportate | 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" ] } |