DPal:Wallet for DogeCoin

DogeCoin Wallet for Webapps

DPal:Wallet for DogeCoin là gì?

DPal:Wallet for DogeCoin là một tiện ích mở rộng Chrome được phát triển bởi https://dpalwallet.io, và tính năng chính của nó là "DogeCoin Wallet for Webapps".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DPal:Wallet for DogeCoin

Tải xuống các tệp mở rộng DPal:Wallet for DogeCoin 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

                        Dogecoin wallet For web3 world

Self-Custodial Dogcoin wallet

A browser extension based wallet to interact with the Doge blockchain. 

Your keys your doge, DPAL WALLET won't record the private key in the server.

And keep the phrase(12 words)/key safty in your own way it's necessary. You can use your own Phrase recovery the wallet at any time.

* Easy to tip and spend DOGE
* For web apps can throgh the injects API into every website's javascript context, so that make doge easily to buy things
* Now developer can build web3 app for doge with dpal                    

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

Tên DPal:Wallet for DogeCoin DPal:Wallet for DogeCoin
ID lmkncnlpeipongihbffpljgehamdebgi
URL Chính Thức https://chromewebstore.google.com/detail/dpalwallet-for-dogecoin/lmkncnlpeipongihbffpljgehamdebgi
Mô tả DogeCoin Wallet for Webapps
Kích Thước Tệp 1.59 MB
Số Lần Cài Đặt 81,235
Phiên Bản Hiện Tại 1.2.17
Cập Nhật Lần Cuối 2024-01-08
Ngày Phát Hành 2022-10-01
Đánh Giá 4.17/5 Tổng số 63 Đánh Giá
Nhà Phát Triển https://dpalwallet.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dpalwallet.io
URL Trang Trợ Giúp https://github.com/dpalwallet/DPalWallet
URL Trang Chính Sách Bảo Mật https://github.com/dpalwallet/DPalWallet/blob/main/Privacy_Policy.md
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DPal:Wallet for DogeCoin",
    "description": "DogeCoin Wallet for Webapps",
    "version": "1.2.17",
    "manifest_version": 3,
    "icons": {
        "128": ".\/static\/logo-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "unlimitedStorage"
    ],
    "action": {
        "default_icon": {
            "128": ".\/static\/logo-128.png"
        },
        "Tooltip": "DPal",
        "default_title": "DPal",
        "default_popup": "index.html#\/main?popup=true"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "validaddress.js",
                "content.js"
            ],
            "css": [
                "tips.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ]
}