盘他一下
盘他一下——一个超好用的网盘搜索引擎,支持百度网盘、阿里云盘、夸克网盘搜索,每天更新海量资源。
盘他一下คืออะไร?
盘他一下 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://panothers.com และคุณลักษณะหลักของมันคือ "盘他一下——一个超好用的网盘搜索引擎,支持百度网盘、阿里云盘、夸克网盘搜索,每天更新海量资源。"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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"
]
} | |