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.
拡張機能の基本情報
名前 | Silk - Privacy Pass Client |
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 |
Eメール | [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": [ " |