DAD wallet

DAD wallet

Cos'è DAD wallet?

DAD wallet è un'estensione di Chrome sviluppata da DAD Community, e la sua funzione principale è "DAD wallet".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DAD wallet

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

                        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/                    

Informazioni di Base sull'Estensione

Nome DAD wallet DAD wallet
ID dmjofghfefcmcmaoggmlckpjepdkdkgd
URL Ufficiale https://chromewebstore.google.com/detail/dad-wallet/dmjofghfefcmcmaoggmlckpjepdkdkgd
Descrizione DAD wallet
Dimensione del File 2 MB
Conteggio Installazioni 75
Versione Corrente 1.0.3
Ultimo Aggiornamento 2019-12-27
Data di Pubblicazione 2019-12-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore DAD Community
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}