Encryptor
Encryptor adds support for the encryption layer currently not supported in major Web3 wallets.
Was ist Encryptor?
Encryptor ist eine Chrome-Erweiterung, die von 4thTech entwickelt wurde, und ihr Hauptmerkmal ist "Encryptor adds support for the encryption layer currently not supported in major Web3 wallets.".
Erweiterungsscreenshots
Encryptor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Encryptor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Encryptor |
ID | feolajpinjjfikmmeknkdjbllbppojij |
Offizielle URL | https://chromewebstore.google.com/detail/encryptor/feolajpinjjfikmmeknkdjbllbppojij |
Beschreibung | Encryptor adds support for the encryption layer currently not supported in major Web3 wallets. |
Dateigröße | 109 KB |
Installationsanzahl | 293 |
Aktuelle Version | 0.0.4 |
Letztes Update | 2024-01-18 |
Veröffentlichungsdatum | 2023-03-06 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | 4thTech |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://4thtech.io/ |
Hilfeseite URL | https://4thtech.io/ |
URL der Datenschutzrichtlinien-Seite | https://github.com/4thtech/static-assets/raw/main/pdf/privacy-policy.pdf |
Unterstützte Sprachen | 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": [ " |