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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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": [
        ""
    ]
}