Spacecy Wallet

Spacecy Wallet Extension

Spacecy Wallet là gì?

Spacecy Wallet là một tiện ích mở rộng Chrome được phát triển bởi SPACECY Wallet, và tính năng chính của nó là "Spacecy Wallet Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Spacecy Wallet

Tải xuống các tệp mở rộng Spacecy Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Spacecy Wallet Spacecy Wallet
ID mkchoaaiifodcflmbaphdgeidocajadp
URL Chính Thức https://chromewebstore.google.com/detail/spacecy-wallet/mkchoaaiifodcflmbaphdgeidocajadp
Mô tả Spacecy Wallet Extension
Kích Thước Tệp 8.97 MB
Số Lần Cài Đặt 1,119
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2024-01-18
Ngày Phát Hành 2022-11-26
Đánh Giá 5.00/5 Tổng số 86 Đánh Giá
Nhà Phát Triển SPACECY Wallet
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://spacecy.io
URL Trang Chính Sách Bảo Mật https://spacecy.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}