Cosmostation Wallet

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

Cosmostation Wallet क्या है?

Cosmostation Wallet https://cosmostation.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Non-custodial multi-chain extension wallet powered by Cosmostation, the interchain validator."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cosmostation Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Cosmostation Wallet Cosmostation Wallet
ID fpkhgmpbidmiogeglndfbkegfdlnajnf
आधिकारिक URL https://chromewebstore.google.com/detail/cosmostation-wallet/fpkhgmpbidmiogeglndfbkegfdlnajnf
विवरण Non-custodial multi-chain extension wallet powered by Cosmostation, the interchain validator.
फ़ाइल का आकार 8.24 MB
स्थापना संख्या 33,430
वर्तमान संस्करण 0.7.24
अंतिम अपडेट 2024-02-29
प्रकाशन तिथि 2022-04-04
रेटिंग 3.60/5 कुल 15 रेटिंग्स
डेवलपर https://cosmostation.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cosmostation.io/
सहायता पृष्ठ URL https://docs.cosmostation.io/
गोपनीयता नीति पृष्ठ URL https://cosmostation.io/service_en
समर्थित भाषाएँ 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": [
                ""
            ]
        }
    ]
}