Spacecy Wallet

Spacecy Wallet Extension

Spacecy Wallet란 무엇입니까?

Spacecy Wallet은(는) SPACECY Wallet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spacecy Wallet Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Spacecy Wallet is an extension wallet a user-friendly non-custodial crypto wallet as well as a gateway to explore the Web3 ecosystem. Our vision is to provide users with the simplest and most secure way to connect to blockchain-based applications such as DeFi, GameFi, NFTs, and so on.

This version is an extension for accessing the EVM and non-EVM network. It allows users to create and manage their own wallet address on multiple networks (via private keys, local client wallet, etc), so when a Dapp wants to perform a transaction and write to the blockchain, the user gets a secure interface to review the transaction, before approving or rejecting it.

Download Spacecy Wallet now and start your Web3 journey in the decentralized world!                    

확장 프로그램 기본 정보

이름 Spacecy Wallet Spacecy Wallet
ID mkchoaaiifodcflmbaphdgeidocajadp
공식 URL https://chromewebstore.google.com/detail/spacecy-wallet/mkchoaaiifodcflmbaphdgeidocajadp
설명 Spacecy Wallet Extension
파일 크기 8.97 MB
설치 횟수 1,119
현재 버전 1.2.3
최근 업데이트 2024-01-18
출시 날짜 2022-11-26
평점 5.00/5 총 86 개의 평점
개발자 SPACECY Wallet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://spacecy.io
개인정보 보호 정책 페이지 URL https://spacecy.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spacecy Wallet",
    "short_name": "Spacecy Wallet",
    "description": "Spacecy Wallet Extension",
    "version": "1.2.3",
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_icon": {
            "16": "images\/16.png",
            "19": "images\/19.png",
            "32": "images\/32.png",
            "38": "images\/38.png",
            "64": "images\/64.png",
            "128": "images\/128.png",
            "512": "images\/512.png"
        },
        "default_title": "Spacecy Wallet",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/16.png",
        "19": "images\/19.png",
        "32": "images\/32.png",
        "38": "images\/38.png",
        "64": "images\/64.png",
        "128": "images\/128.png",
        "512": "images\/512.png"
    },
    "author": "https:\/\/spacecy.io",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}