Cosmostation Wallet

Non-custodial multi-chain extension wallet powered by Cosmostation, the interchain validator.

Cosmostation Wallet là gì?

Cosmostation Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://cosmostation.io, và tính năng chính của nó là "Non-custodial multi-chain extension wallet powered by Cosmostation, the interchain validator.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Cosmostation 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

                        Cosmostation is a non-custodial multi-chain cryptocurrency browser extension wallet that supports 50+ chains. With Cosmostation, you can manage all your assets with one wallet, one key.

Cosmostation has been a web3 infrastructure team contributing to more than 50 protocols since 2018. Our suite of products include Mintscan block explorer, Cosmostation non-custodial crypto wallet, and node validator service. At Cosmostation, we bootstrap networks and onboard end-users.


Cosmostation provides professional level blockchain asset management tools:
 ● Staking rewards claim
 ● Cross-chain swaps
 ● Deposit through QR code
 ● Send & IBC send
 ● Total value of assets stored across 50+ chains supported by Cosmostation
 ● Transaction sign/ Auto sign
 ● Ledger integration
 ● Prioritize


Cosmostation allows secure access to your personal crypto wallet and provides a gateway for seamless interaction with distributed applications that are deployed on the Interchain, EVM, and Aptos networks. Connect your Cosmostation wallet to access crypto assets, DeFi protocols, cross-chain bridges, NFTs and more.                    

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

Tên Cosmostation Wallet Cosmostation Wallet
ID fpkhgmpbidmiogeglndfbkegfdlnajnf
URL Chính Thức https://chromewebstore.google.com/detail/cosmostation-wallet/fpkhgmpbidmiogeglndfbkegfdlnajnf
Mô tả Non-custodial multi-chain extension wallet powered by Cosmostation, the interchain validator.
Kích Thước Tệp 8.24 MB
Số Lần Cài Đặt 33,430
Phiên Bản Hiện Tại 0.7.24
Cập Nhật Lần Cuối 2024-02-29
Ngày Phát Hành 2022-04-04
Đánh Giá 3.60/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://cosmostation.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cosmostation.io/
URL Trang Trợ Giúp https://docs.cosmostation.io/
URL Trang Chính Sách Bảo Mật https://cosmostation.io/service_en
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cosmostation Wallet",
    "description": "Non-custodial multi-chain extension wallet powered by Cosmostation, the interchain validator.",
    "version": "0.7.24",
    "action": {
        "default_icon": {
            "16": "icon16-dark.png",
            "24": "icon24-dark.png",
            "32": "icon32-dark.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16-dark.png",
        "48": "icon48-dark.png",
        "128": "icon128-dark.png",
        "256": "icon256-dark.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injectScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}