网盘助手

一个优雅好用的网盘助手

What is 网盘助手?

网盘助手 is a Chrome extension developed by 哩呵, 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]百度网盘、腾讯微云、天翼网盘生成并展示下载链接 [3]百度网盘分享时自定义提取码                    

Extension Basic Information

Name 网盘助手 网盘助手
ID cfaglmggimoleoclaghmmboppofffdda
Official URL https://chromewebstore.google.com/detail/%E7%BD%91%E7%9B%98%E5%8A%A9%E6%89%8B/cfaglmggimoleoclaghmmboppofffdda
Description 一个优雅好用的网盘助手
File Size 584 KB
Installation Count 70,000
Current Version 0.4.7
Last Updated 2020-11-28
Publish Date 2020-05-27
Rating 4.06/5 Total 63 Ratings
Developer 哩呵
Email [email protected]
Payment Type free
Extension Website http://pan.newday.me/
Privacy Policy Page URL http://www.newday.me/privacy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u7f51\u76d8\u52a9\u624b",
    "version": "0.4.7",
    "description": "\u4e00\u4e2a\u4f18\u96c5\u597d\u7528\u7684\u7f51\u76d8\u52a9\u624b",
    "default_locale": "zh_CN",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "*:\/\/*.baidu.com\/*",
        "*:\/\/*.lanzous.com\/*",
        "*:\/\/*.lanzoux.com\/*",
        "*:\/\/*.weiyun.com\/*",
        "*:\/\/*.189.cn\/*"
    ],
    "icons": {
        "16": "logo\/logo_16.png",
        "48": "logo\/logo_48.png",
        "96": "logo\/logo_96.png",
        "128": "logo\/logo_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "logo\/logo_16.png",
            "48": "logo\/logo_48.png",
            "128": "logo\/logo_128.png"
        },
        "default_title": "\u7f51\u76d8\u52a9\u624b",
        "default_popup": "\/one\/popup\/popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/register.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "options_page": "\/one\/pan\/option.html",
    "homepage_url": "http:\/\/go.newday.me\/s\/pan-home"
}