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"
    ]
}