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
官方網址 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
電子郵箱 [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"
    ]
}