DPal:Wallet for DogeCoin

DogeCoin Wallet for Webapps

What is DPal:Wallet for DogeCoin?

DPal:Wallet for DogeCoin is a Chrome extension developed by https://dpalwallet.io, and its main feature is "DogeCoin Wallet for Webapps".

Extension Screenshots

screenshot
screenshot

Download DPal:Wallet for DogeCoin Extension CRX File

Download DPal:Wallet for DogeCoin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name DPal:Wallet for DogeCoin DPal:Wallet for DogeCoin
ID lmkncnlpeipongihbffpljgehamdebgi
Official URL https://chromewebstore.google.com/detail/dpalwallet-for-dogecoin/lmkncnlpeipongihbffpljgehamdebgi
Description DogeCoin Wallet for Webapps
File Size 1.59 MB
Installation Count 81,235
Current Version 1.2.17
Last Updated 2024-01-08
Publish Date 2022-10-01
Rating 4.17/5 Total 63 Ratings
Developer https://dpalwallet.io
Email [email protected]
Payment Type free
Extension Website https://dpalwallet.io
Help Page URL https://github.com/dpalwallet/DPalWallet
Privacy Policy Page URL https://github.com/dpalwallet/DPalWallet/blob/main/Privacy_Policy.md
Supported Languages 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:\/\/*\/*",
                ""
            ]
        }
    ]
}