Zecrey

Zecrey Chrome extension

Zecrey là gì?

Zecrey là một tiện ích mở rộng Chrome được phát triển bởi https://zecrey.com, và tính năng chính của nó là "Zecrey Chrome extension".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Zecrey 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

                        Zecrey is a portal to the new & open Internet. Zecrey is an all-in-one wallet that not only provides a multi-chain layer-1 wallet but also a private cross-chain layer-2 wallet. 

You can use Zecrey to connect to different blockchains, such as Ethereum, Polygon, Near Aurora, .etc.  Zecrey is the entrance of the privacy world and a connector that connects different networks. It not only provides privacy to aggregated assets but also a general cross-chain bridge solution and privacy cross-chain assets swap solution.
 
More info on zecrey.com                    

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

Tên Zecrey Zecrey
ID ojbpcbinjmochkhelkflddfnmcceomdi
URL Chính Thức https://chromewebstore.google.com/detail/zecrey/ojbpcbinjmochkhelkflddfnmcceomdi
Mô tả Zecrey Chrome extension
Kích Thước Tệp 12.6 MB
Số Lần Cài Đặt 38,369
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2023-11-01
Ngày Phát Hành 2021-09-16
Đánh Giá 4.71/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://zecrey.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.zecrey.com/
URL Trang Chính Sách Bảo Mật https://www.privacypolicies.com/live/83cb864e-4de4-4ae2-aaf2-1ae1204e3edb
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Zecrey Chrome extension",
    "version": "0.3.2",
    "manifest_version": 3,
    "name": "Zecrey",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "zecrey.png"
    },
    "icons": {
        "32": "zecrey.png",
        "72": "zecrey.png",
        "128": "zecrey.png",
        "512": "zecrey.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "zecrey.png",
                "inpage.bundle.js",
                "zecreyLegend.wasm"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "activeTab"
    ]
}