Martian Aptos & Sui Wallet Extension

Martian is a self-custodial crypto wallet for Aptos & Sui. Buy, Send, Swap, Stake seamlessly. Get the Chrome extension now!

ما هو Martian Aptos & Sui Wallet Extension؟

Martian Aptos & Sui Wallet Extension هو إضافة Chrome تم تطويرها بواسطة https://martianwallet.xyz، والميزة الرئيسية لها هي "Martian is a self-custodial crypto wallet for Aptos & Sui. Buy, Send, Swap, Stake seamlessly. Get the Chrome extension now!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Martian Aptos & Sui Wallet Extension

قم بتنزيل ملفات الامتداد Martian Aptos & Sui Wallet Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Self-custodial Crypto Wallet Extension for Aptos & Sui blockchains. Safely & Securely explore the Aptos and Sui ecosystem touted as the most trusted wallet for the move network.

Explore the most trusted self-custodial wallet for both Aptos and Sui blockchains built for the Move Network. As part of our recent upgrade, you can dive into the vibrant Aptos & Sui ecosystem and experience the power of Martian, the Aptos Wallet extension; tailored to enhance your interaction with the Aptos & Sui blockchains.

Unleash the Potential of Aptos and Sui with Martian Wallet:

- Create and import wallets for seamless access to your assets
- Send, swap, stake, and receive coins effortlessly within the Aptos and Sui ecosystem
- Send, receive, list and buy NFTs within Martian Wallet
- Develop dApps on Aptos & Sui, integrated with Martian

Safety and Security at the Core:

- Mnemonic seed phrases are 100% encrypted for maximum protection
- Seed phrases are never stored by Martian on any server
- Review and simulate transactions before signing, ensuring a secure and informed experience

Embrace the Future of Web3 with Martian, Aptos & Sui Wallet Browser Extension:

- Create, import, and securely store mnemonics and derived private keys
- Transfer coins and NFTs with ease across the  Aptos & Sui blockchain
- Keep track of owned fungible tokens and NFTs
- Monitor recent transactions and access the Aptos Explorer for detailed insights for Aptos Network & Sui explorer for Sui Network  
- Web3 is now social with Martian, as a user, you can send/receive coins and receive NFTs on X(formerly Twitter)
- Earn rewards by performing your daily actions on the app
- Connect to DApps and sign human-readable transactions from trusted sources

Ready to dive into the dynamic world of Aptos and Sui? Don't miss the opportunity to experience a feature-rich and secure wallet solution tailored to the Aptos & Sui Blockchain ecosystem. 

Explore Martian Wallet, a Wallet extension for Aptos & Sui, and join the future of self-custodial digital asset management.                    

معلومات أساسية عن التمديد

الاسم Martian Aptos & Sui Wallet Extension Martian Aptos & Sui Wallet Extension
ID efbglgofoippbgcjepnhiblaibcnclgk
عنوان URL الرسمي https://chromewebstore.google.com/detail/martian-aptos-sui-wallet/efbglgofoippbgcjepnhiblaibcnclgk
الوصف Martian is a self-custodial crypto wallet for Aptos & Sui. Buy, Send, Swap, Stake seamlessly. Get the Chrome extension now!
حجم الملف 5.35 MB
عدد التثبيتات 608,937
النسخة الحالية 1.7.8
آخر تحديث 2024-02-05
تاريخ النشر 2022-05-19
تقييم 4.95/5 مجموع تقييمات 14549
المطور https://martianwallet.xyz
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.martianwallet.xyz/
عنوان صفحة المساعدة https://www.martianwallet.xyz/support
عنوان صفحة سياسة الخصوصية https://www.martianwallet.xyz/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "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.8",
    "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": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-hashes' 'sha256-47DEQpj8HBSa+\/TImW+5JCeuQeRkm5NMpJWZG3hSuFU='"
    }
}