Silk - Privacy Pass Client
Client support for Privacy Pass anonymous authorization protocol.
Silk - Privacy Pass Client क्या है?
Silk - Privacy Pass Client Cloudflare Research द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Client support for Privacy Pass anonymous authorization protocol."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Silk - Privacy Pass Client एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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": [ " |