Silk - Privacy Pass Client
Client support for Privacy Pass anonymous authorization protocol.
O que é Silk - Privacy Pass Client?
Silk - Privacy Pass Client é uma extensão do Chrome desenvolvida por Cloudflare Research, e sua principal característica é "Client support for Privacy Pass anonymous authorization protocol.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Silk - Privacy Pass Client
Baixe arquivos de extensão Silk - Privacy Pass Client no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Silk - Privacy Pass Client |
ID | ajhmfdgkijocedmfjonnpjfojldioehi |
URL Oficial | https://chromewebstore.google.com/detail/silk-privacy-pass-client/ajhmfdgkijocedmfjonnpjfojldioehi |
Descrição | Client support for Privacy Pass anonymous authorization protocol. |
Tamanho do Arquivo | 94.28 KB |
Contagem de Instalações | 466,037 |
Versão Atual | 4.0.1 |
Última Atualização | 2024-01-12 |
Data de Publicação | 2020-04-24 |
Classificação | 2.30/5 Total de 689 Avaliações |
Desenvolvedor | Cloudflare Research |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/cloudflare/pp-browser-extension |
URL da Página de Ajuda | https://github.com/cloudflare/pp-browser-extension |
Idiomas Suportados | 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": [ " |