Silk - Privacy Pass Client

Client support for Privacy Pass anonymous authorization protocol.

Qu'est-ce que Silk - Privacy Pass Client ?

Silk - Privacy Pass Client est une extension Chrome développée par Cloudflare Research, et sa fonction principale est "Client support for Privacy Pass anonymous authorization protocol.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Silk - Privacy Pass Client

Téléchargez les fichiers d'extension Silk - Privacy Pass Client au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Silk - Privacy Pass Client Silk - Privacy Pass Client
ID ajhmfdgkijocedmfjonnpjfojldioehi
URL Officiel https://chromewebstore.google.com/detail/silk-privacy-pass-client/ajhmfdgkijocedmfjonnpjfojldioehi
Description Client support for Privacy Pass anonymous authorization protocol.
Taille du Fichier 94.28 KB
Nombre d'Installations 466,037
Version Actuelle 4.0.1
Dernière Mise à Jour 2024-01-12
Date de Publication 2020-04-24
Évaluation 2.30/5 Total 689 Évaluations
Développeur Cloudflare Research
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/cloudflare/pp-browser-extension
URL de la Page d'Aide https://github.com/cloudflare/pp-browser-extension
Langues Prises en Charge 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": [
        ""
    ]
}