DAD wallet

DAD wallet

DAD wallet là gì?

DAD wallet là một tiện ích mở rộng Chrome được phát triển bởi DAD Community, và tính năng chính của nó là "DAD wallet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DAD wallet

Tải xuống các tệp mở rộng DAD wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DAD wallet DAD wallet
ID dmjofghfefcmcmaoggmlckpjepdkdkgd
URL Chính Thức https://chromewebstore.google.com/detail/dad-wallet/dmjofghfefcmcmaoggmlckpjepdkdkgd
Mô tả DAD wallet
Kích Thước Tệp 2 MB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2019-12-27
Ngày Phát Hành 2019-12-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển DAD Community
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}