云盘助手

您的云盘智能助手

What is 云盘助手?

云盘助手 is a Chrome extension developed by hejunbin, and its main feature is "您的云盘智能助手".

Extension Screenshots

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

                        云盘助手网盘搜索引擎支持百度云搜索、115网盘、360云盘、华为网盘、新浪微盘等网盘搜索服务,是您工作、学习、娱乐的最佳百度云搜索神器。                    

Extension Basic Information

Name 云盘助手 云盘助手
ID odhebbkbobbaecpggflnmmljepblbfpo
Official URL https://chromewebstore.google.com/detail/%E4%BA%91%E7%9B%98%E5%8A%A9%E6%89%8B/odhebbkbobbaecpggflnmmljepblbfpo
Description 您的云盘智能助手
File Size 1.17 MB
Installation Count 1,501
Current Version 0.0.2
Last Updated 2019-11-21
Publish Date 2019-11-21
Rating 3.00/5 Total 2 Ratings
Developer hejunbin
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u4e91\u76d8\u52a9\u624b",
    "description": "\u60a8\u7684\u4e91\u76d8\u667a\u80fd\u52a9\u624b",
    "version": "0.0.2",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "\u4e91\u76d8\u52a9\u624b"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "homepage_url": "https:\/\/yunpanzhushou.com\/?chrome-ext",
    "icons": {
        "128": "img\/icon_48.png",
        "19": "img\/icon_19.png",
        "38": "img\/icon_38.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/localhost\/*",
        "https:\/\/yunpanzhushou.com\/*",
        "https:\/\/pan.baidu.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/pan.baidu.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}