Silk - Privacy Pass Client
Client support for Privacy Pass anonymous authorization protocol.
什么是Silk - Privacy Pass Client?
Silk - Privacy Pass Client是由Cloudflare Research开发的Chrome扩展程序,该扩展的主要功能是“Client support for Privacy Pass anonymous authorization protocol.”。
扩展截图
下载Silk - Privacy Pass Client扩展crx文件
下载Silk - Privacy Pass Client扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension provides unlinkable cryptographic tokens for websites that support the Privacy Pass protocol. For example, these tokens can be used on Cloudflare-protected websites to improve your human signal.
How it works?
Privacy Pass Providers: Cloudflare Research
Get tokens
1. If a website requests a Privacy Pass token, the extension is automatically going to request you to perform the associated challenge.
2. One page will open with a challenge to be solved.
3. Solve successfully the challenge and the extension will get **one** token.
See FAQs and Known Issues section: if something is not working as expected. 扩展基本信息
| 名称 | |
| ID | ajhmfdgkijocedmfjonnpjfojldioehi |
| 官方URL | https://chromewebstore.google.com/detail/silk-privacy-pass-client/ajhmfdgkijocedmfjonnpjfojldioehi |
| 简介 | Client support for Privacy Pass anonymous authorization protocol. |
| 文件大小 | 94.28 KB |
| 安装次数 | 466,037 |
| 当前版本 | 4.0.1 |
| 更新时间 | 2024-01-12 |
| 上架时间 | 2020-04-24 |
| 评分 | 2.30/5 共689次评分 |
| 开发者 | Cloudflare Research |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/cloudflare/pp-browser-extension |
| 帮助页面URL | https://github.com/cloudflare/pp-browser-extension |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Silk - Privacy Pass Client",
"manifest_version": 3,
"description": "Client support for Privacy Pass anonymous authorization protocol.",
"version": "4.0.1",
"icons": {
"32": "icons\/32\/gold.png",
"48": "icons\/48\/gold.png",
"64": "icons\/64\/gold.png",
"128": "icons\/128\/gold.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"declarativeNetRequest",
"storage",
"tabs",
"webRequest"
],
"options_ui": {
"page": "options\/index.html"
},
"host_permissions": [
" | |