Silk - Privacy Pass Client

Client support for Privacy Pass anonymous authorization protocol.

Silk - Privacy Pass Clientคืออะไร?

Silk - Privacy Pass Client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cloudflare Research และคุณลักษณะหลักของมันคือ "Client support for Privacy Pass anonymous authorization protocol."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Silk - Privacy Pass Client

ดาวน์โหลดไฟล์ส่วนขยาย 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
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": [
        ""
    ]
}