盘他一下
盘他一下——一个超好用的网盘搜索引擎,支持百度网盘、阿里云盘、夸克网盘搜索,每天更新海量资源。
什么是盘他一下?
盘他一下是由https://panothers.com开发的Chrome扩展程序,该扩展的主要功能是“盘他一下——一个超好用的网盘搜索引擎,支持百度网盘、阿里云盘、夸克网盘搜索,每天更新海量资源。”。
扩展截图
下载盘他一下扩展crx文件
下载盘他一下扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        1、用户在访问带有链接密码的网盘地址时,可以自动获取密码。
2、用户可以在线分享公开的网盘链接。
3、支持(百度网盘、阿里云盘,夸克云盘)                     扩展基本信息
| 名称 |   |  
| ID | bhoadhhbnimppejogebmifdebjcjdini | 
| 官方URL | https://chromewebstore.google.com/detail/%E7%9B%98%E4%BB%96%E4%B8%80%E4%B8%8B/bhoadhhbnimppejogebmifdebjcjdini | 
| 简介 | 盘他一下——一个超好用的网盘搜索引擎,支持百度网盘、阿里云盘、夸克网盘搜索,每天更新海量资源。 | 
| 文件大小 | 168 KB | 
| 安装次数 | 757 | 
| 当前版本 | 1.0.3 | 
| 更新时间 | 2023-11-06 | 
| 上架时间 | 2023-09-20 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | https://panothers.com | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | zh-CN | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u76d8\u4ed6\u4e00\u4e0b",
    "description": "\u76d8\u4ed6\u4e00\u4e0b\u2014\u2014\u4e00\u4e2a\u8d85\u597d\u7528\u7684\u7f51\u76d8\u641c\u7d22\u5f15\u64ce\uff0c\u652f\u6301\u767e\u5ea6\u7f51\u76d8\u3001\u963f\u91cc\u4e91\u76d8\u3001\u5938\u514b\u7f51\u76d8\u641c\u7d22\uff0c\u6bcf\u5929\u66f4\u65b0\u6d77\u91cf\u8d44\u6e90\u3002",
    "version": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pan.quark.cn\/*",
                "https:\/\/pan.baidu.com\/*",
                "https:\/\/www.aliyundrive.com\/*"
            ],
            "css": [
                "spop.min.css",
                "index.css"
            ],
            "js": [
                "jquery.min.js",
                "spop.min.js",
                "content_scripts.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ]
}  |  |