云盘万能钥匙-轻盈-免费-共享
尊重隐私的提取密码自动识别与分享工具
云盘万能钥匙-轻盈-免费-共享คืออะไร?
云盘万能钥匙-轻盈-免费-共享 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ypso.cc และคุณลักษณะหลักของมันคือ "尊重隐私的提取密码自动识别与分享工具"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 云盘万能钥匙-轻盈-免费-共享
ดาวน์โหลดไฟล์ส่วนขยาย 云盘万能钥匙-轻盈-免费-共享 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
/交流 https://t.me/ypsokey
/简介
云盘提取密码自动识别与填写工具。用于云端分享云盘提取码,便捷地获取云盘文件,提高工作效率。
/文档 https://doc.ypso.cc ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lijdblodiicfbnabekcfgnfdohphbogb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/%E4%BA%91%E7%9B%98%E4%B8%87%E8%83%BD%E9%92%A5%E5%8C%99-%E8%BD%BB%E7%9B%88-%E5%85%8D%E8%B4%B9-%E5%85%B1%E4%BA%AB/lijdblodiicfbnabekcfgnfdohphbogb |
| คำอธิบาย | 尊重隐私的提取密码自动识别与分享工具 |
| ขนาดไฟล์ | 143 KB |
| จำนวนการติดตั้ง | 4,512 |
| เวอร์ชันปัจจุบัน | 1.5.2 |
| อัปเดตครั้งล่าสุด | 2021-07-28 |
| วันที่เผยแพร่ | 2021-05-14 |
| คะแนน | 3.22/5 รวมทั้งหมด 18 คะแนน |
| ผู้พัฒนา | https://ypso.cc |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://ypso.cc/#/center |
| URL หน้านโยบายความเป็นส่วนตัว | https://doc.ypso.cc/privacy.html |
| ภาษาที่รองรับ | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u4e91\u76d8\u4e07\u80fd\u94a5\u5319-\u8f7b\u76c8-\u514d\u8d39-\u5171\u4eab",
"version": "1.5.2",
"default_locale": "zh_CN",
"description": "\u5c0a\u91cd\u9690\u79c1\u7684\u63d0\u53d6\u5bc6\u7801\u81ea\u52a8\u8bc6\u522b\u4e0e\u5206\u4eab\u5de5\u5177",
"icons": {
"128": "images\/icon_128.png"
},
"permissions": [
"storage",
"cookies",
"http:\/\/*\/",
"https:\/\/*\/"
],
"browser_action": {
"default_icon": {
"128": "images\/icon_128.png"
},
"default_title": "\u4e91\u76d8\u4e07\u80fd\u94a5\u5319",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"js\/lib.js",
"js\/background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"https:\/\/pan.baidu.com\/share\/init*",
"http:\/\/pan.baidu.com\/share\/init*",
"https:\/\/pan.baidu.com\/s\/*",
"http:\/\/pan.baidu.com\/s\/*"
],
"js": [
"vendor\/jquery\/jquery-3.2.1.min.js",
"js\/lib.js",
"js\/content-script-yp.js"
],
"css": [
"css\/page.css"
],
"run_at": "document_start"
}
]
} | |