WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Jupiter Wallet

Jupiter Wallet

View on Chrome Web Store
View Jupiter Wallet Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (88 ratings)
1 new ratings
83 views
This extension has been viewed 83 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.

The most powerful trading wallet on Solana.
Type
Extension
Users
50,000 users
10K
Jupiter
View author page of Jupiter
Published
Published on September 14, 2025
Version 1.4.0
Manifest version
3
Updated
Updated on December 1, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Jupiter 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",
    "manifest_version": 3,
    "name": "Jupiter Wallet",
    "description": "The most powerful trading wallet on Solana.",
    "version": "1.4.0",
    "short_name": "Jupiter",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "injected.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; frame-ancestors 'none';"
    },
    "permissions": [
        "storage",
        "tabs",
        "windows",
        "notifications",
        "scripting",
        "sidePanel",
        "alarms",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/connect.trezor.io\/9\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Jupiter Wallet",
        "default_popup": "popup.html"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "exclude_globs": [
                "*chrome-extension*"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ]
}
© 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