DAD wallet

DAD wallet

Was ist DAD wallet?

DAD wallet ist eine Chrome-Erweiterung, die von DAD Community entwickelt wurde, und ihr Hauptmerkmal ist "DAD wallet".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

DAD wallet-Erweiterungs-CRX-Datei herunterladen

Laden Sie DAD wallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name DAD wallet DAD wallet
ID dmjofghfefcmcmaoggmlckpjepdkdkgd
Offizielle URL https://chromewebstore.google.com/detail/dad-wallet/dmjofghfefcmcmaoggmlckpjepdkdkgd
Beschreibung DAD wallet
Dateigröße 2 MB
Installationsanzahl 75
Aktuelle Version 1.0.3
Letztes Update 2019-12-27
Veröffentlichungsdatum 2019-12-27
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler DAD Community
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}