BaiduPan Explorer

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

BaiduPan Explorer là gì?

BaiduPan Explorer là một tiện ích mở rộng Chrome được phát triển bởi https://www.luochenzhimu.com, và tính năng chính của nó là "Extract high speed download links from pan.baidu.com. Github: https://github.com/luochenzhimu/BaiduPan-Explorer".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BaiduPan Explorer

Tải xuống các tệp mở rộng BaiduPan Explorer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BaiduPan Explorer BaiduPan Explorer
ID pleehcncmjleaoigcmegncaohggnkckn
URL Chính Thức https://chrome.google.com/webstore/detail/baidupan-explorer/pleehcncmjleaoigcmegncaohggnkckn
Mô tả Extract high speed download links from pan.baidu.com. Github: https://github.com/luochenzhimu/BaiduPan-Explorer
Kích Thước Tệp 113 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.1.6
Cập Nhật Lần Cuối 2018-06-06
Ngày Phát Hành 2018-06-06
Đánh Giá 3.40/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://www.luochenzhimu.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.luochenzhimu.com
URL Trang Trợ Giúp https://www.luochenzhimu.com
URL Trang Chính Sách Bảo Mật https://www.luochenzhimu.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}