Silk - Privacy Pass Client
Client support for Privacy Pass anonymous authorization protocol.
Apa itu Silk - Privacy Pass Client?
Silk - Privacy Pass Client adalah ekstensi Chrome yang dikembangkan oleh Cloudflare Research, dan fitur utamanya adalah "Client support for Privacy Pass anonymous authorization protocol.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Silk - Privacy Pass Client
Unduh file ekstensi Silk - Privacy Pass Client dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Silk - Privacy Pass Client |
ID | ajhmfdgkijocedmfjonnpjfojldioehi |
URL Resmi | https://chromewebstore.google.com/detail/silk-privacy-pass-client/ajhmfdgkijocedmfjonnpjfojldioehi |
Deskripsi | Client support for Privacy Pass anonymous authorization protocol. |
Ukuran File | 94.28 KB |
Jumlah Instalasi | 466,037 |
Versi Saat Ini | 4.0.1 |
Terakhir Diperbarui | 2024-01-12 |
Tanggal Publikasi | 2020-04-24 |
Penilaian | 2.30/5 Total 689 Penilaian |
Pengembang | Cloudflare Research |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/cloudflare/pp-browser-extension |
URL Halaman Bantuan | https://github.com/cloudflare/pp-browser-extension |
Bahasa yang Didukung | 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": [ " |