盘他一下
盘他一下——一个超好用的网盘搜索引擎,支持百度网盘、阿里云盘、夸克网盘搜索,每天更新海量资源。
Cos'è 盘他一下?
盘他一下 è un'estensione di Chrome sviluppata da https://panothers.com, e la sua funzione principale è "盘他一下——一个超好用的网盘搜索引擎,支持百度网盘、阿里云盘、夸克网盘搜索,每天更新海量资源。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 盘他一下
Scarica i file di estensione 盘他一下 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
1、用户在访问带有链接密码的网盘地址时,可以自动获取密码。 2、用户可以在线分享公开的网盘链接。 3、支持(百度网盘、阿里云盘,夸克云盘)
Informazioni di Base sull'Estensione
Nome | 盘他一下 |
ID | bhoadhhbnimppejogebmifdebjcjdini |
URL Ufficiale | https://chromewebstore.google.com/detail/%E7%9B%98%E4%BB%96%E4%B8%80%E4%B8%8B/bhoadhhbnimppejogebmifdebjcjdini |
Descrizione | 盘他一下——一个超好用的网盘搜索引擎,支持百度网盘、阿里云盘、夸克网盘搜索,每天更新海量资源。 |
Dimensione del File | 168 KB |
Conteggio Installazioni | 757 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2023-11-06 |
Data di Pubblicazione | 2023-09-20 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://panothers.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |