SubWallet - Polkadot Wallet

Comprehensive Web3 wallet solution for Polkadot, Substrate & Ethereum ecosystems

SubWallet - Polkadot Wallet क्या है?

SubWallet - Polkadot Wallet https://subwallet.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Comprehensive Web3 wallet solution for Polkadot, Substrate & Ethereum ecosystems"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        SubWallet is the comprehensive non-custodial wallet solution for Polkadot, Substrate & Ethereum ecosystems. 
Built on top of Polkadot {.js}, SubWallet focuses on improving UX & UI. We envision a crypto wallet as a Web3 multiverse gateway through which users can enjoy multi-chain services with utmost ease and absolute security.
Connecting and using blockchain-based applications in Polkadot, Substrate & Ethereum ecosystems is smoother than ever with SubWallet Browser Extension & SubWallet Mobile App (Android & iOS). Our web wallet is coming soon!

SubWallet Crypto Wallet Key Features
1. Manage multi-chain assets on 150+ networks in Polkadot, Substrate & Ethereum ecosystems with 380+ tokens supported
2. Manage multiple seed phrases for Polkadot & Ethereum accounts with only one master password
3. Send & receive assets cross-chain in Polkadot & Kusama ecosystems
4. Display & manage NFT 
5. Stake to earn in-app easily via nominating directly and joining nomination pools (Polkadot, Kusama & Aleph Zero)
6. Explore Web3 DApps without friction
7. Sync desktop & mobile wallets within seconds
8. Boost security with hardware crypto wallets Ledger & Keystone as well as Polkadot Vault (previously Parity QR-Signer)
9. Buy crypto from fiat using your credit & debit card
And a lot more!

Utmost Security & User Privacy
1. Non-custodial
2. No user-tracking
3. Fully open-source
4. Security audit by Verichains
5. Cold wallet integration

Token Standard Support

ERC-20, ERC-721, PSP-34, PSP-22

Assets Supported On 150+ Networks:
- Polkadot (DOT), Kusama (KSM) and parachains
- Ethereum (ETH) & other EVM networks like Binance Smart Chain (BNB), Arbitrum (ARB),...

Support

You can find “How to” materials and tutorials on our Help Center: https://docs.subwallet.app/
and our Youtube Channel https://www.youtube.com/@subwalletapp
Any further queries, please contact us via community channel below.

Community & Updates

1. Download the latest version from our official website: https://www.subwallet.app/
2. Visit our Github: https://github.com/Koniverse/Subwallet-Extension
3. Follow us on Twitter: https://twitter.com/subwalletapp
4. Join us on Telegram: https://t.me/subwallet
5. Join us in Discord: https://discord.com/invite/EkFNgaBwpy

Since SubWallet is a community-driven product, our team is always more than happy to receive feedback and provide support for our users.

Stay in touch!                    

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

नाम SubWallet - Polkadot Wallet SubWallet - Polkadot Wallet
ID onhogfjeacnfoofkfgppdlbmlmnplgbn
आधिकारिक URL https://chromewebstore.google.com/detail/subwallet-polkadot-wallet/onhogfjeacnfoofkfgppdlbmlmnplgbn
विवरण Comprehensive Web3 wallet solution for Polkadot, Substrate & Ethereum ecosystems
फ़ाइल का आकार 35.61 MB
स्थापना संख्या 102,468
वर्तमान संस्करण 1.1.41
अंतिम अपडेट 2024-03-02
प्रकाशन तिथि 2020-12-14
रेटिंग 4.70/5 कुल 149 रेटिंग्स
डेवलपर https://subwallet.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.subwallet.app/
सहायता पृष्ठ URL https://docs.subwallet.app/
गोपनीयता नीति पृष्ठ URL https://docs.subwallet.app/main/privacy-and-security/terms-of-use
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "SubWallet",
    "description": "Comprehensive Web3 wallet solution for Polkadot, Substrate & Ethereum ecosystems",
    "homepage_url": "https:\/\/subwallet.app\/",
    "name": "SubWallet - Polkadot Wallet",
    "short_name": "SubWallet",
    "manifest_version": 2,
    "permissions": [
        "notifications",
        "storage",
        "tabs"
    ],
    "minimum_chrome_version": "66",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "SubWallet",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        "page.js"
    ],
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' 'wasm-eval'; object-src 'self'",
    "version": "1.1.41"
}