Silk - Privacy Pass Client
Client support for Privacy Pass anonymous authorization protocol.
Was ist Silk - Privacy Pass Client?
Silk - Privacy Pass Client ist eine Chrome-Erweiterung, die von Cloudflare Research entwickelt wurde, und ihr Hauptmerkmal ist "Client support for Privacy Pass anonymous authorization protocol.".
Erweiterungsscreenshots
Silk - Privacy Pass Client-Erweiterungs-CRX-Datei herunterladen
Laden Sie Silk - Privacy Pass Client-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Silk - Privacy Pass Client |
ID | ajhmfdgkijocedmfjonnpjfojldioehi |
Offizielle URL | https://chromewebstore.google.com/detail/silk-privacy-pass-client/ajhmfdgkijocedmfjonnpjfojldioehi |
Beschreibung | Client support for Privacy Pass anonymous authorization protocol. |
Dateigröße | 94.28 KB |
Installationsanzahl | 466,037 |
Aktuelle Version | 4.0.1 |
Letztes Update | 2024-01-12 |
Veröffentlichungsdatum | 2020-04-24 |
Bewertung | 2.30/5 Insgesamt 689 Bewertungen |
Entwickler | Cloudflare Research |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/cloudflare/pp-browser-extension |
Hilfeseite URL | https://github.com/cloudflare/pp-browser-extension |
Unterstützte Sprachen | 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": [ " |