Silk - Privacy Pass Client

Client support for Privacy Pass anonymous authorization protocol.

Hvad er Silk - Privacy Pass Client?

Silk - Privacy Pass Client er en Chrome-udvidelse udviklet af Cloudflare Research, og dens hovedfunktion er "Client support for Privacy Pass anonymous authorization protocol.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Silk - Privacy Pass Client-udvidelses-CRX-fil

Download Silk - Privacy Pass Client-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Silk - Privacy Pass Client Silk - Privacy Pass Client
ID ajhmfdgkijocedmfjonnpjfojldioehi
Officiel URL https://chromewebstore.google.com/detail/silk-privacy-pass-client/ajhmfdgkijocedmfjonnpjfojldioehi
Beskrivelse Client support for Privacy Pass anonymous authorization protocol.
Filstørrelse 94.28 KB
Antal Installationer 466,037
Nuværende Version 4.0.1
Senest Opdateret 2024-01-12
Udgivelsesdato 2020-04-24
Bedømmelse 2.30/5 Samlet 689 Bedømmelser
Udvikler Cloudflare Research
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/cloudflare/pp-browser-extension
Hjælpeside-URL https://github.com/cloudflare/pp-browser-extension
Understøttede Sprog 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": [
        ""
    ]
}