百度云盘秒传插件

百度云盘秒传插件,秒传文件至百度云盘,不惧链接失效!

What is 百度云盘秒传插件?

百度云盘秒传插件 is a Chrome extension developed by david1119, and its main feature is "百度云盘秒传插件,秒传文件至百度云盘,不惧链接失效!".

Extension Screenshots

screenshot
screenshot
screenshot
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

                        针对网络上很多百度云盘分享链接失效、过期、删除等原因,无法获得文件数据,使用百度云盘的秒传功能,一键秒传文件。

1. 首先需要登录百度云盘,才能使用插件!!!

2. 适用的链接格式示例:
yunpan://blender-2.82a-windows64.msi|135856128|52f22bda397c08910ff951ffbceccce5|e614676bc0d7a986105b4d82b6193e58
复制上述秒传链接,粘贴到插件链接处,可以直接秒传 blender-2.82a 软件至个人的百度云盘。

3. 秒传链接来源于网络,也可自己生成,生成软件下载地址:https://www.ibttt.com/extension/

本插件不会上传任何用户个人数据,使用的也是百度云盘的官方接口,不对百度云盘进行任何hack,如遇版权问题或者侵犯百度的合法权益请联系作者删除。联系方式:[email protected]                    

Extension Basic Information

Name 百度云盘秒传插件 百度云盘秒传插件
ID jbbbdkjinkiabcimkipdcmaggnkkjoid
Official URL https://chromewebstore.google.com/detail/%E7%99%BE%E5%BA%A6%E4%BA%91%E7%9B%98%E7%A7%92%E4%BC%A0%E6%8F%92%E4%BB%B6/jbbbdkjinkiabcimkipdcmaggnkkjoid
Description 百度云盘秒传插件,秒传文件至百度云盘,不惧链接失效!
File Size 115 KB
Installation Count 13,881
Current Version 1.2
Last Updated 2020-07-14
Publish Date 2020-07-12
Rating 2.10/5 Total 10 Ratings
Developer david1119
Email [email protected]
Payment Type free
Extension Website https://www.ibttt.com/extension/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u767e\u5ea6\u4e91\u76d8\u79d2\u4f20\u63d2\u4ef6",
    "version": "1.2",
    "description": "\u767e\u5ea6\u4e91\u76d8\u79d2\u4f20\u63d2\u4ef6\uff0c\u79d2\u4f20\u6587\u4ef6\u81f3\u767e\u5ea6\u4e91\u76d8\uff0c\u4e0d\u60e7\u94fe\u63a5\u5931\u6548\uff01",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "\u767e\u5ea6\u4e91\u76d8\u79d2\u4f20\u63d2\u4ef6",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pan.baidu.com\/disk\/home*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "js\/content_script.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ],
    "homepage_url": "https:\/\/www.ibttt.com\/extension\/"
}