Encryptor
Encryptor adds support for the encryption layer currently not supported in major Web3 wallets.
什麼是Encryptor?
Encryptor是由4thTech開發的Chrome擴展程式,該擴展的主要功能是“Encryptor adds support for the encryption layer currently not supported in major Web3 wallets.”。
擴展截圖
下載Encryptor擴展crx文件
下載Encryptor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [ " |