百度云直链

百度云分享链接直链下载

What is 百度云直链?

百度云直链 is a Chrome extension developed by super_hooks, and its main feature is "百度云分享链接直链下载".

Extension Screenshots

screenshot

Download 百度云直链 Extension CRX File

Download 百度云直链 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        百度云分享 分享直链下载 目前仅支持同一文件夹下多选下载                    

Extension Basic Information

Name 百度云直链 百度云直链
ID ojaihdhlcohdjjagclcklnnnanhjkbin
Official URL https://chromewebstore.google.com/detail/%E7%99%BE%E5%BA%A6%E4%BA%91%E7%9B%B4%E9%93%BE/ojaihdhlcohdjjagclcklnnnanhjkbin
Description 百度云分享链接直链下载
File Size 341 KB
Installation Count 1,539
Current Version 0.0.2
Last Updated 2021-02-23
Publish Date 2021-02-04
Rating 1.67/5 Total 3 Ratings
Developer super_hooks
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u767e\u5ea6\u4e91\u76f4\u94fe",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "\u767e\u5ea6\u4e91\u5206\u4eab\u94fe\u63a5\u76f4\u94fe\u4e0b\u8f7d",
    "icons": {
        "16": "app.png",
        "48": "app.png",
        "128": "app.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/pan.baidu.com\/",
        "*:\/\/d.pcs.baidu.com\/file\/",
        "*:\/\/*.baidupcs.com\/file\/"
    ],
    "page_action": {
        "default": "\u767e\u5ea6\u4e91\u76f4\u94fe\u63d2\u4ef6",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "static\/js\/network.js",
        "static\/js\/hook.js",
        "static\/js\/download.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/pan.baidu.com\/s\/*"
        ]
    },
    "background": {
        "scripts": [
            ".\/static\/js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/pan.baidu.com\/s\/*"
            ],
            "js": [
                ".\/static\/js\/insert.js"
            ],
            "run_at": "document_end",
            "css": [
                ".\/static\/css\/insert.css"
            ]
        },
        {
            "matches": [
                "*:\/\/pan.baidu.com\/s\/*"
            ],
            "js": [
                ".\/static\/js\/insert_network.js"
            ],
            "run_at": "document_start",
            "css": []
        }
    ]
}