VOFO Wallet

Browser plugin wallet for DMC

O que é VOFO Wallet?

VOFO Wallet é uma extensão do Chrome desenvolvida por DMC Foundation, e sua principal característica é "Browser plugin wallet for DMC".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão VOFO Wallet

Baixe arquivos de extensão VOFO 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

                        Browser plugin wallet for DMC

VOFO Wallet is a blockchain digital asset management application and an entrance to the DMC storage network. DMC Wallet app is both a wallet & a browser. Buy, send, stake & exchange your digital assets.


*Personalized account
*Double protection of assets
*High-speed and low-fee swap between PST&DMC
*All transactions are on-chain ,easily verified.


Contact Us
Website: dmctech.io
Discord: discord.gg/dmcofficial
Twitter: t.me/DMC_Foundation                    

Informações Básicas da Extensão

Nome VOFO Wallet VOFO Wallet
ID jmgipjhlmabpmcikcahmmgleghckefjg
URL Oficial https://chromewebstore.google.com/detail/vofo-wallet/jmgipjhlmabpmcikcahmmgleghckefjg
Descrição Browser plugin wallet for DMC
Tamanho do Arquivo 9.49 MB
Contagem de Instalações 8,767
Versão Atual 1.5.1
Última Atualização 2023-12-29
Data de Publicação 2023-02-21
Classificação 3.18/5 Total de 11 Avaliações
Desenvolvedor DMC Foundation
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://dmctech.io
URL da Página de Ajuda https://dmctech.io
URL da Página de Política de Privacidade https://dmctech.io/index.php?c=show&id=44
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VOFO Wallet",
    "description": "Browser plugin wallet for DMC",
    "version": "1.5.1",
    "content_security_policy": {
        "script-src": "self",
        "unsafe-eval": "self",
        "object-src": "self"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [],
            "use_dynamic_url": true
        },
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}