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
公式URL 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
Eメール [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"
    ]
}