DAD wallet

DAD wallet

Co to jest DAD wallet?

DAD wallet to rozszerzenie Chrome opracowane przez DAD Community, a jego główną funkcją jest „DAD wallet”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia DAD wallet

Pobierz pliki rozszerzeń DAD wallet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa DAD wallet DAD wallet
ID dmjofghfefcmcmaoggmlckpjepdkdkgd
Oficjalny URL https://chromewebstore.google.com/detail/dad-wallet/dmjofghfefcmcmaoggmlckpjepdkdkgd
Opis DAD wallet
Rozmiar pliku 2 MB
Liczba instalacji 75
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2019-12-27
Data Publikacji 2019-12-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper DAD Community
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}