Auro Wallet

Mina Protocol Browser Extension Wallet

Auro Wallet क्या है?

Auro Wallet https://aurowallet.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mina Protocol Browser Extension Wallet"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        1. Easily send, receive or stake your MINA, and view the transaction history anytime.
2. Multiple addresses with single mnemonic. With 12 mnemonics, then have everything.
3. Support import Private Key/Keystore. You can direct import any private key type of Mina address into the Auro Wallet.
4. Perfect support for Ledger Wallet. Support HD path, use 1 Ledger hardware derivation multiple address.
5. Support language: English,Chinese,Turkish,Ukrainian,Russian                    

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

नाम Auro Wallet Auro Wallet
ID cnmamaachppnkjgnildpdmkaakejnhae
आधिकारिक URL https://chromewebstore.google.com/detail/auro-wallet/cnmamaachppnkjgnildpdmkaakejnhae
विवरण Mina Protocol Browser Extension Wallet
फ़ाइल का आकार 1.36 MB
स्थापना संख्या 31,786
वर्तमान संस्करण 2.2.13
अंतिम अपडेट 2024-02-10
प्रकाशन तिथि 2021-04-29
रेटिंग 4.45/5 कुल 20 रेटिंग्स
डेवलपर https://aurowallet.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.aurowallet.com
सहायता पृष्ठ URL https://www.aurowallet.com
गोपनीयता नीति पृष्ठ URL https://www.aurowallet.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "manifest_version": 3,
    "version": "2.2.13",
    "default_locale": "en",
    "icons": {
        "16": "img\/logo\/16.png",
        "19": "img\/logo\/19.png",
        "32": "img\/logo\/32.png",
        "38": "img\/logo\/38.png",
        "64": "img\/logo\/64.png",
        "128": "img\/logo\/128.png",
        "512": "img\/logo\/512.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "activeTab",
        "offscreen"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": {
            "16": "img\/logo\/16.png",
            "19": "img\/logo\/19.png",
            "32": "img\/logo\/32.png",
            "38": "img\/logo\/38.png",
            "64": "img\/logo\/64.png",
            "128": "img\/logo\/128.png",
            "512": "img\/logo\/512.png"
        },
        "default_title": "Auro Wallet",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "minimum_chrome_version": "88",
    "web_accessible_resources": [
        {
            "resources": [
                "webhook.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}