Zecrey

Zecrey Chrome extension

什麼是Zecrey?

Zecrey是由https://zecrey.com開發的Chrome擴展程式,該擴展的主要功能是“Zecrey Chrome extension”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Zecrey擴展crx文件

下載Zecrey擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Zecrey Zecrey
ID ojbpcbinjmochkhelkflddfnmcceomdi
官方網址 https://chromewebstore.google.com/detail/zecrey/ojbpcbinjmochkhelkflddfnmcceomdi
簡介 Zecrey Chrome extension
檔案大小 12.6 MB
安裝次數 38,369
目前版本 0.3.2
更新時間 2023-11-01
上架時間 2021-09-16
評分 4.71/5 共 21 次評分
開發者 https://zecrey.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.zecrey.com/
隱私政策頁面URL https://www.privacypolicies.com/live/83cb864e-4de4-4ae2-aaf2-1ae1204e3edb
支援的語言 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"
    ]
}