Spacecy Wallet

Spacecy Wallet Extension

什麼是Spacecy Wallet?

Spacecy Wallet是由SPACECY Wallet開發的Chrome擴展程式,該擴展的主要功能是“Spacecy Wallet Extension”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Spacecy Wallet擴展crx文件

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

擴展使用說明

                        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
官方網址 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": [
        ""
    ]
}