云盘助手

您的云盘智能助手

云盘助手คืออะไร?

云盘助手 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hejunbin และคุณลักษณะหลักของมันคือ "您的云盘智能助手"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 云盘助手

ดาวน์โหลดไฟล์ส่วนขยาย 云盘助手 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        云盘助手网盘搜索引擎支持百度云搜索、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"
        }
    ]
}