云盘万能钥匙-轻盈-免费-共享
尊重隐私的提取密码自动识别与分享工具
Wat is 云盘万能钥匙-轻盈-免费-共享?
云盘万能钥匙-轻盈-免费-共享 is een Chrome-extensie ontwikkeld door https://ypso.cc, en de belangrijkste functie is "尊重隐私的提取密码自动识别与分享工具".
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
/交流 https://t.me/ypsokey
/简介
云盘提取密码自动识别与填写工具。用于云端分享云盘提取码,便捷地获取云盘文件,提高工作效率。
/文档 https://doc.ypso.cc Basisinformatie over de Extensie
| Naam | |
| ID | lijdblodiicfbnabekcfgnfdohphbogb |
| Officiële 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 |
| Beschrijving | 尊重隐私的提取密码自动识别与分享工具 |
| Bestandsgrootte | 143 KB |
| Aantal Installaties | 4,512 |
| Huidige Versie | 1.5.2 |
| Laatst Bijgewerkt | 2021-07-28 |
| Publicatiedatum | 2021-05-14 |
| Beoordeling | 3.22/5 Totaal 18 Beoordelingen |
| Ontwikkelaar | https://ypso.cc |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://ypso.cc/#/center |
| URL van de Privacybeleid Pagina | https://doc.ypso.cc/privacy.html |
| Ondersteunde Talen | 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"
}
]
} | |