Zecrey

Zecrey Chrome extension

Zecrey란 무엇입니까?

Zecrey은(는) https://zecrey.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zecrey Chrome extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Zecrey 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}