盘他一下
盘他一下——一个超好用的网盘搜索引擎,支持百度网盘、阿里云盘、夸克网盘搜索,每天更新海量资源。
Wat is 盘他一下?
盘他一下 is een Chrome-extensie ontwikkeld door https://panothers.com, en de belangrijkste functie is "盘他一下——一个超好用的网盘搜索引擎,支持百度网盘、阿里云盘、夸克网盘搜索,每天更新海量资源。".
Extensie Screenshots
Download het CRX-bestand van de extensie 盘他一下
Download 盘他一下-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
1、用户在访问带有链接密码的网盘地址时,可以自动获取密码。 2、用户可以在线分享公开的网盘链接。 3、支持(百度网盘、阿里云盘,夸克云盘)
Basisinformatie over de Extensie
Naam | 盘他一下 |
ID | bhoadhhbnimppejogebmifdebjcjdini |
Officiële URL | https://chromewebstore.google.com/detail/%E7%9B%98%E4%BB%96%E4%B8%80%E4%B8%8B/bhoadhhbnimppejogebmifdebjcjdini |
Beschrijving | 盘他一下——一个超好用的网盘搜索引擎,支持百度网盘、阿里云盘、夸克网盘搜索,每天更新海量资源。 |
Bestandsgrootte | 168 KB |
Aantal Installaties | 757 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2023-11-06 |
Publicatiedatum | 2023-09-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://panothers.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |