DPal:Wallet for DogeCoin

DogeCoin Wallet for Webapps

Qu'est-ce que DPal:Wallet for DogeCoin ?

DPal:Wallet for DogeCoin est une extension Chrome développée par https://dpalwallet.io, et sa fonction principale est "DogeCoin Wallet for Webapps".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension DPal:Wallet for DogeCoin

Téléchargez les fichiers d'extension DPal:Wallet for DogeCoin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom DPal:Wallet for DogeCoin DPal:Wallet for DogeCoin
ID lmkncnlpeipongihbffpljgehamdebgi
URL Officiel https://chromewebstore.google.com/detail/dpalwallet-for-dogecoin/lmkncnlpeipongihbffpljgehamdebgi
Description DogeCoin Wallet for Webapps
Taille du Fichier 1.59 MB
Nombre d'Installations 81,235
Version Actuelle 1.2.17
Dernière Mise à Jour 2024-01-08
Date de Publication 2022-10-01
Évaluation 4.17/5 Total 63 Évaluations
Développeur https://dpalwallet.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dpalwallet.io
URL de la Page d'Aide https://github.com/dpalwallet/DPalWallet
URL de la Page de Politique de Confidentialité https://github.com/dpalwallet/DPalWallet/blob/main/Privacy_Policy.md
Langues Prises en Charge 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:\/\/*\/*",
                ""
            ]
        }
    ]
}