WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Martian Aptos & Sui Wallet Extension

Martian Aptos & Sui Wallet Extension

View on Chrome Web Store
View Martian Aptos & Sui Wallet Extension Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (14,483 ratings)
1 new ratings
25 views
This extension has been viewed 25 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.

Martian is a self-custodial crypto wallet for Aptos & Sui. Buy, Send, Swap, Stake seamlessly. Get the Chrome extension now!
Type
Extension
Users
300,000 users
100K
Martian
View author page of Martian
Published
Published on May 19, 2022
Version 1.7.20
Manifest version
3
Updated
Updated on June 2, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Martian Aptos & Sui Wallet Extension 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": "Martian Aptos & Sui Wallet Extension",
    "description": "Martian is a self-custodial crypto wallet for Aptos & Sui. Buy, Send, Swap, Stake seamlessly. Get the Chrome extension now!",
    "version": "1.7.20",
    "background": {
        "service_worker": ".\/workerWrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "Martian Aptos Wallet",
        "default_popup": ".\/index.html"
    },
    "icons": {
        "16": ".\/images\/logo16.png",
        "32": ".\/images\/logo32.png",
        "192": ".\/images\/logo192.png",
        "512": ".\/images\/logo512.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "chromeos": "Alt+Shift+X",
                "linux": "Alt+Shift+X",
                "mac": "Alt+Shift+X",
                "windows": "Alt+Shift+X"
            }
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js",
                "onboarding\/onboarding.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-hashes' 'sha256-47DEQpj8HBSa+\/TImW+5JCeuQeRkm5NMpJWZG3hSuFU='"
    }
}
© 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