WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SubWallet - Polkadot Wallet

SubWallet - Polkadot Wallet

View on Chrome Web Store
View SubWallet - Polkadot Wallet Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (156 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Comprehensive Web3 wallet solution for Polkadot, Substrate & Ethereum ecosystems
Type
Extension
Users
200,000 users
50K
Website subwallet.app
SubWallet.App
View author page of SubWallet.App
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 15, 2020
Version 1.3.54
Manifest version
3
Updated
Updated on August 22, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View SubWallet - Polkadot Wallet Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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": 3,
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "side-panel.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "SubWallet",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "page.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "world": "MAIN",
            "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": [
        {
            "resources": [
                "page.js",
                "images\/icons\/__error__.png"
            ],
            "use_dynamic_url": false,
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "111",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "version": "1.3.54"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top