Shell Wallet

Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.

What is Shell Wallet?

Shell Wallet is a Chrome extension developed by https://shellwallet.io, and its main feature is "Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Shell Wallet Extension CRX File

Download Shell Wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Shell Wallet is the first and leading browser extension IBC-enabled wallet built for Cosmos Ecosystem.
Shell Wallet provides Cosmos-SDK based features with the most adaptable account management and wallet functionalities for the blockchain network.

MAIN FEATURES //
- Multichain account management
- Governance proposals voting
- Add new blockchains from web front-ends
- Support hardware wallet (Ledger Nano X/S)
- Display NFTs on Sei Network
..and many more

Reminder: All transactions done by Shell Wallet are signed offline on your devices. Your private keys are securely encrypted and saved on your computer
For More Information //
[email protected]
For Landing//
https://shellwallet.io                    

Extension Basic Information

Name Shell Wallet Shell Wallet
ID kbdcddcmgoplfockflacnnefaehaiocb
Official URL https://chromewebstore.google.com/detail/shell-wallet/kbdcddcmgoplfockflacnnefaehaiocb
Description Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.
File Size 12.02 MB
Installation Count 26,051
Current Version 0.3.5
Last Updated 2023-08-17
Publish Date 2023-06-03
Rating 4.92/5 Total 72 Ratings
Developer https://shellwallet.io
Email [email protected]
Payment Type free
Extension Website https://shellwallet.io
Help Page URL https://docs.shellwallet.io
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/036a5bc1-cfde-4cbc-90ee-f2f7c148f350
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shell Wallet",
    "description": "Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.",
    "version": "0.3.5",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Shell"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "idle",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "contentScripts.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injectedScript.bundle.js",
                "blocklist.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}