Silk - Privacy Pass Client

Client support for Privacy Pass anonymous authorization protocol.

Co je Silk - Privacy Pass Client?

Silk - Privacy Pass Client je rozšíření Chrome vyvinuté Cloudflare Research, a jeho hlavní funkcí je „Client support for Privacy Pass anonymous authorization protocol.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Silk - Privacy Pass Client

Stáhněte si soubory rozšíření Silk - Privacy Pass Client ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Silk - Privacy Pass Client Silk - Privacy Pass Client
ID ajhmfdgkijocedmfjonnpjfojldioehi
Oficiální URL https://chromewebstore.google.com/detail/silk-privacy-pass-client/ajhmfdgkijocedmfjonnpjfojldioehi
Popis Client support for Privacy Pass anonymous authorization protocol.
Velikost souboru 94.28 KB
Počet instalací 466,037
Aktuální Verze 4.0.1
Poslední Aktualizace 2024-01-12
Datum Vydání 2020-04-24
Hodnocení 2.30/5 Celkem 689 Hodnocení
Vývojář Cloudflare Research
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/cloudflare/pp-browser-extension
URL Stránky Nápovědy https://github.com/cloudflare/pp-browser-extension
Podporované Jazyky 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": [
        ""
    ]
}