Metahub Wallet

A Simple to Use EOS Web Wallet

O que é Metahub Wallet?

Metahub Wallet é uma extensão do Chrome desenvolvida por metahubwallet, e sua principal característica é "A Simple to Use EOS Web Wallet".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Metahub Wallet

Baixe arquivos de extensão Metahub Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Metahub Wallet Metahub Wallet
ID nglnaekfdaelelcaokeemlnopjhekdkj
URL Oficial https://chromewebstore.google.com/detail/metahub-wallet/nglnaekfdaelelcaokeemlnopjhekdkj
Descrição A Simple to Use EOS Web Wallet
Tamanho do Arquivo 1.42 MB
Contagem de Instalações 328
Versão Atual 2.0.9
Última Atualização 2024-03-01
Data de Publicação 2022-01-20
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor metahubwallet
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://metahub.cash/
URL da Página de Política de Privacidade https://metahub.cash/privacy
Idiomas Suportados 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
        }
    ]
}