DPal:Wallet for DogeCoin

DogeCoin Wallet for Webapps

Was ist DPal:Wallet for DogeCoin?

DPal:Wallet for DogeCoin ist eine Chrome-Erweiterung, die von https://dpalwallet.io entwickelt wurde, und ihr Hauptmerkmal ist "DogeCoin Wallet for Webapps".

Erweiterungsscreenshots

screenshot
screenshot

DPal:Wallet for DogeCoin-Erweiterungs-CRX-Datei herunterladen

Laden Sie DPal:Wallet for DogeCoin-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name DPal:Wallet for DogeCoin DPal:Wallet for DogeCoin
ID lmkncnlpeipongihbffpljgehamdebgi
Offizielle URL https://chromewebstore.google.com/detail/dpalwallet-for-dogecoin/lmkncnlpeipongihbffpljgehamdebgi
Beschreibung DogeCoin Wallet for Webapps
Dateigröße 1.59 MB
Installationsanzahl 81,235
Aktuelle Version 1.2.17
Letztes Update 2024-01-08
Veröffentlichungsdatum 2022-10-01
Bewertung 4.17/5 Insgesamt 63 Bewertungen
Entwickler https://dpalwallet.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://dpalwallet.io
Hilfeseite URL https://github.com/dpalwallet/DPalWallet
URL der Datenschutzrichtlinien-Seite https://github.com/dpalwallet/DPalWallet/blob/main/Privacy_Policy.md
Unterstützte Sprachen 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:\/\/*\/*",
                ""
            ]
        }
    ]
}