云盘助手

您的云盘智能助手

云盘助手란 무엇입니까?

云盘助手은(는) hejunbin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "您的云盘智能助手"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

云盘助手 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 云盘助手 云盘助手
ID odhebbkbobbaecpggflnmmljepblbfpo
공식 URL https://chromewebstore.google.com/detail/%E4%BA%91%E7%9B%98%E5%8A%A9%E6%89%8B/odhebbkbobbaecpggflnmmljepblbfpo
설명 您的云盘智能助手
파일 크기 1.17 MB
설치 횟수 1,501
현재 버전 0.0.2
최근 업데이트 2019-11-21
출시 날짜 2019-11-21
평점 3.00/5 총 2 개의 평점
개발자 hejunbin
결제 유형 free
지원되는 언어 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"
        }
    ]
}