Silk - Privacy Pass Client

Client support for Privacy Pass anonymous authorization protocol.

Cos'è Silk - Privacy Pass Client?

Silk - Privacy Pass Client è un'estensione di Chrome sviluppata da Cloudflare Research, e la sua funzione principale è "Client support for Privacy Pass anonymous authorization protocol.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Silk - Privacy Pass Client

Scarica i file di estensione Silk - Privacy Pass Client in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Silk - Privacy Pass Client Silk - Privacy Pass Client
ID ajhmfdgkijocedmfjonnpjfojldioehi
URL Ufficiale https://chromewebstore.google.com/detail/silk-privacy-pass-client/ajhmfdgkijocedmfjonnpjfojldioehi
Descrizione Client support for Privacy Pass anonymous authorization protocol.
Dimensione del File 94.28 KB
Conteggio Installazioni 466,037
Versione Corrente 4.0.1
Ultimo Aggiornamento 2024-01-12
Data di Pubblicazione 2020-04-24
Valutazione 2.30/5 Totale 689 Valutazioni
Sviluppatore Cloudflare Research
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/cloudflare/pp-browser-extension
URL della Pagina di Aiuto https://github.com/cloudflare/pp-browser-extension
Lingue Supportate 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": [
        ""
    ]
}