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
Chinese Version: https://chrome.google.com/webstore/detail/lncbhecjekffklnelbeninpnacopebcp
BaiduPan Explorer Tampermonkey:https://greasyfork.org/zh-CN/scripts/39844                    

拡張機能の基本情報

名前 BaiduPan Explorer BaiduPan Explorer
ID pleehcncmjleaoigcmegncaohggnkckn
公式URL https://chrome.google.com/webstore/detail/baidupan-explorer/pleehcncmjleaoigcmegncaohggnkckn
説明 Extract high speed download links from pan.baidu.com. Github: https://github.com/luochenzhimu/BaiduPan-Explorer
ファイルサイズ 113 KB
インストール数 2,000
現在のバージョン 1.1.6
最終更新日 2018-06-06
公開日 2018-06-06
評価 3.40/5 合計 10 レビュー
開発者 https://www.luochenzhimu.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.luochenzhimu.com
ヘルプページのURL https://www.luochenzhimu.com
プライバシーポリシーページのURL https://www.luochenzhimu.com
対応言語 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"
    ]
}