BaiduPan Explorer

Extract high speed download links from pan.baidu.com. Github: https://github.com/luochenzhimu/BaiduPan-Explorer

BaiduPan Explorerคืออะไร?

BaiduPan Explorer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.luochenzhimu.com และคุณลักษณะหลักของมันคือ "Extract high speed download links from pan.baidu.com. Github: https://github.com/luochenzhimu/BaiduPan-Explorer"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BaiduPan Explorer

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}