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