DAD wallet

DAD wallet

O que é DAD wallet?

DAD wallet é uma extensão do Chrome desenvolvida por DAD Community, e sua principal característica é "DAD wallet".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DAD wallet

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

                        DAD wallet (testnet) is an extension for DAD, users can use this wallet extension to manage their DAD assets. 

DAD wallet lets users send and receive their own DAD token, and view their transactions.Users can create or import up to 10 accounts.Enjoy the wonderful world of crypto assets that DAD brings to you!

Official website: https://dad.one/                    

Informações Básicas da Extensão

Nome DAD wallet DAD wallet
ID dmjofghfefcmcmaoggmlckpjepdkdkgd
URL Oficial https://chromewebstore.google.com/detail/dad-wallet/dmjofghfefcmcmaoggmlckpjepdkdkgd
Descrição DAD wallet
Tamanho do Arquivo 2 MB
Contagem de Instalações 75
Versão Atual 1.0.3
Última Atualização 2019-12-27
Data de Publicação 2019-12-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor DAD Community
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DAD wallet",
    "description": "DAD wallet",
    "version": "1.0.3",
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_popup": "pages\/login.html"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "http:\/\/127.0.0.1\/*",
        "webRequest",
        "webRequestBlocking",
        "activeTab"
    ]
}