Encryptor

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

Encryptor là gì?

Encryptor là một tiện ích mở rộng Chrome được phát triển bởi 4thTech, và tính năng chính của nó là "Encryptor adds support for the encryption layer currently not supported in major Web3 wallets.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Encryptor

Tải xuống các tệp mở rộng Encryptor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Encryptor Encryptor
ID feolajpinjjfikmmeknkdjbllbppojij
URL Chính Thức https://chromewebstore.google.com/detail/encryptor/feolajpinjjfikmmeknkdjbllbppojij
Mô tả Encryptor adds support for the encryption layer currently not supported in major Web3 wallets.
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 293
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2024-01-18
Ngày Phát Hành 2023-03-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển 4thTech
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://4thtech.io/
URL Trang Trợ Giúp https://4thtech.io/
URL Trang Chính Sách Bảo Mật https://github.com/4thtech/static-assets/raw/main/pdf/privacy-policy.pdf
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}