Encryptor

Encryptor adds support for the encryption layer currently not supported in major Web3 wallets.

¿Qué es Encryptor?

Encryptor es una extensión de Chrome desarrollada por 4thTech, y su función principal es "Encryptor adds support for the encryption layer currently not supported in major Web3 wallets.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Encryptor

Descarga archivos de extensión Encryptor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Encryptor Encryptor
ID feolajpinjjfikmmeknkdjbllbppojij
URL Oficial https://chromewebstore.google.com/detail/encryptor/feolajpinjjfikmmeknkdjbllbppojij
Descripción Encryptor adds support for the encryption layer currently not supported in major Web3 wallets.
Tamaño del Archivo 109 KB
Cantidad de Instalaciones 293
Versión Actual 0.0.4
Última Actualización 2024-01-18
Fecha de Publicación 2023-03-06
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador 4thTech
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://4thtech.io/
URL de la Página de Ayuda https://4thtech.io/
URL de la Página de Política de Privacidad https://github.com/4thtech/static-assets/raw/main/pdf/privacy-policy.pdf
Idiomas Soportados 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": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icons\/logo-16.png",
                "icons\/logo-32.png",
                "icons\/logo-48.png",
                "icons\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/chunk-256d88cf.js",
                "assets\/chunk-9eb7a2c9.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}