Metahub Wallet

A Simple to Use EOS Web Wallet

Cos'è Metahub Wallet?

Metahub Wallet è un'estensione di Chrome sviluppata da metahubwallet, e la sua funzione principale è "A Simple to Use EOS Web Wallet".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Metahub Wallet

Scarica i file di estensione Metahub 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

                        Easy to use EOS wallet
Decentralized, encrypted data stored in your personal computer wallet                    

Informazioni di Base sull'Estensione

Nome Metahub Wallet Metahub Wallet
ID nglnaekfdaelelcaokeemlnopjhekdkj
URL Ufficiale https://chromewebstore.google.com/detail/metahub-wallet/nglnaekfdaelelcaokeemlnopjhekdkj
Descrizione A Simple to Use EOS Web Wallet
Dimensione del File 1.42 MB
Conteggio Installazioni 328
Versione Corrente 2.0.9
Ultimo Aggiornamento 2024-03-01
Data di Pubblicazione 2022-01-20
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore metahubwallet
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://metahub.cash/
URL della Pagina della Politica sulla Privacy https://metahub.cash/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "metahub",
    "description": "A Simple to Use EOS Web Wallet",
    "name": "Metahub Wallet",
    "version": "2.0.9",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "64": "icons\/64.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "options_ui": {
        "page": "src\/entries\/options\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/constants-7a5acd68.js",
                "assets\/src\/entries\/contentScript\/content-07c4b742.js",
                "assets\/types-d26040a5.js",
                "src\/entries\/contentScript\/content.js",
                "src\/entries\/windows\/index.html"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}