Silk - Privacy Pass Client

Client support for Privacy Pass anonymous authorization protocol.

Silk - Privacy Pass Client là gì?

Silk - Privacy Pass Client là một tiện ích mở rộng Chrome được phát triển bởi Cloudflare Research, và tính năng chính của nó là "Client support for Privacy Pass anonymous authorization protocol.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Silk - Privacy Pass Client

Tải xuống các tệp mở rộng Silk - Privacy Pass Client dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Silk - Privacy Pass Client Silk - Privacy Pass Client
ID ajhmfdgkijocedmfjonnpjfojldioehi
URL Chính Thức https://chromewebstore.google.com/detail/silk-privacy-pass-client/ajhmfdgkijocedmfjonnpjfojldioehi
Mô tả Client support for Privacy Pass anonymous authorization protocol.
Kích Thước Tệp 94.28 KB
Số Lần Cài Đặt 466,037
Phiên Bản Hiện Tại 4.0.1
Cập Nhật Lần Cuối 2024-01-12
Ngày Phát Hành 2020-04-24
Đánh Giá 2.30/5 Tổng số 689 Đánh Giá
Nhà Phát Triển Cloudflare Research
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/cloudflare/pp-browser-extension
URL Trang Trợ Giúp https://github.com/cloudflare/pp-browser-extension
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}