Silk - Privacy Pass Client

Client support for Privacy Pass anonymous authorization protocol.

什麼是Silk - Privacy Pass Client?

Silk - Privacy Pass Client是由Cloudflare Research開發的Chrome擴展程式,該擴展的主要功能是“Client support for Privacy Pass anonymous authorization protocol.”。

擴展截圖

screenshot
screenshot
screenshot

下載Silk - Privacy Pass Client擴展crx文件

下載Silk - Privacy Pass Client擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Silk - Privacy Pass Client Silk - Privacy Pass Client
ID ajhmfdgkijocedmfjonnpjfojldioehi
官方網址 https://chromewebstore.google.com/detail/silk-privacy-pass-client/ajhmfdgkijocedmfjonnpjfojldioehi
簡介 Client support for Privacy Pass anonymous authorization protocol.
檔案大小 94.28 KB
安裝次數 466,037
目前版本 4.0.1
更新時間 2024-01-12
上架時間 2020-04-24
評分 2.30/5 共 689 次評分
開發者 Cloudflare Research
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/cloudflare/pp-browser-extension
說明頁面URL https://github.com/cloudflare/pp-browser-extension
支援的語言 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": [
        ""
    ]
}