Auro Wallet

Mina Protocol Browser Extension Wallet

Cos'è Auro Wallet?

Auro Wallet è un'estensione di Chrome sviluppata da https://aurowallet.com, e la sua funzione principale è "Mina Protocol Browser Extension Wallet".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Auro Wallet

Scarica i file di estensione Auro Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Auro Wallet Auro Wallet
ID cnmamaachppnkjgnildpdmkaakejnhae
URL Ufficiale https://chromewebstore.google.com/detail/auro-wallet/cnmamaachppnkjgnildpdmkaakejnhae
Descrizione Mina Protocol Browser Extension Wallet
Dimensione del File 1.36 MB
Conteggio Installazioni 31,786
Versione Corrente 2.2.13
Ultimo Aggiornamento 2024-02-10
Data di Pubblicazione 2021-04-29
Valutazione 4.45/5 Totale 20 Valutazioni
Sviluppatore https://aurowallet.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.aurowallet.com
URL della Pagina di Aiuto https://www.aurowallet.com
URL della Pagina della Politica sulla Privacy https://www.aurowallet.com/privacy-policy
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}