Encryptor
Encryptor adds support for the encryption layer currently not supported in major Web3 wallets.
Encryptor क्या है?
Encryptor 4thTech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Encryptor adds support for the encryption layer currently not supported in major Web3 wallets."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Encryptor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Used to enable Elliptic-Curve Diffie-Hellman key agreement protocol, the Encryptor Extension adds the encryption layer currently not available in major Web3 wallets. It creates an elliptic curve key pair and computation of the shared secret key of the receiver/sender. While there are many encryption-based use cases possible, the Encryptor Extension is used by end users to enable end-to-end encrypted communication within on-chain emailing, messaging and data file transfers. The Encryptor Extension is open-source, fully self-custodial and enabled by choice. By continuing with the Encryptor install process, you acknowledge and agree with the terms and conditions of this licence agreement: https://github.com/4thtech/static-assets/raw/main/pdf/licence.pdf
एक्सटेंशन की मूल जानकारी
नाम | Encryptor |
ID | feolajpinjjfikmmeknkdjbllbppojij |
आधिकारिक URL | https://chromewebstore.google.com/detail/encryptor/feolajpinjjfikmmeknkdjbllbppojij |
विवरण | Encryptor adds support for the encryption layer currently not supported in major Web3 wallets. |
फ़ाइल का आकार | 109 KB |
स्थापना संख्या | 293 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2024-01-18 |
प्रकाशन तिथि | 2023-03-06 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | 4thTech |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://4thtech.io/ |
सहायता पृष्ठ URL | https://4thtech.io/ |
गोपनीयता नीति पृष्ठ URL | https://github.com/4thtech/static-assets/raw/main/pdf/privacy-policy.pdf |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Encryptor", "description": "Encryptor adds support for the encryption layer currently not supported in major Web3 wallets.", "version": "0.0.4", "manifest_version": 3, "icons": { "16": "icons\/logo-16.png", "32": "icons\/logo-32.png", "48": "icons\/logo-48.png", "128": "icons\/logo-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "icons\/logo-48.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.chunk-9eb7a2c9.77e66a33.js" ], "matches": [ " |