盘他一下

盘他一下——一个超好用的网盘搜索引擎,支持百度网盘、阿里云盘、夸克网盘搜索,每天更新海量资源。

What is 盘他一下?

盘他一下 is a Chrome extension developed by https://panothers.com, and its main feature is "盘他一下——一个超好用的网盘搜索引擎,支持百度网盘、阿里云盘、夸克网盘搜索,每天更新海量资源。".

Extension Screenshots

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 bhoadhhbnimppejogebmifdebjcjdini
Official URL https://chromewebstore.google.com/detail/%E7%9B%98%E4%BB%96%E4%B8%80%E4%B8%8B/bhoadhhbnimppejogebmifdebjcjdini
Description 盘他一下——一个超好用的网盘搜索引擎,支持百度网盘、阿里云盘、夸克网盘搜索,每天更新海量资源。
File Size 168 KB
Installation Count 757
Current Version 1.0.3
Last Updated 2023-11-06
Publish Date 2023-09-20
Rating 5.00/5 Total 1 Ratings
Developer https://panothers.com
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}