DPal:Wallet for DogeCoin

DogeCoin Wallet for Webapps

Cos'è DPal:Wallet for DogeCoin?

DPal:Wallet for DogeCoin è un'estensione di Chrome sviluppata da https://dpalwallet.io, e la sua funzione principale è "DogeCoin Wallet for Webapps".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione DPal:Wallet for DogeCoin

Scarica i file di estensione DPal:Wallet for DogeCoin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome DPal:Wallet for DogeCoin DPal:Wallet for DogeCoin
ID lmkncnlpeipongihbffpljgehamdebgi
URL Ufficiale https://chromewebstore.google.com/detail/dpalwallet-for-dogecoin/lmkncnlpeipongihbffpljgehamdebgi
Descrizione DogeCoin Wallet for Webapps
Dimensione del File 1.59 MB
Conteggio Installazioni 81,235
Versione Corrente 1.2.17
Ultimo Aggiornamento 2024-01-08
Data di Pubblicazione 2022-10-01
Valutazione 4.17/5 Totale 63 Valutazioni
Sviluppatore https://dpalwallet.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dpalwallet.io
URL della Pagina di Aiuto https://github.com/dpalwallet/DPalWallet
URL della Pagina della Politica sulla Privacy https://github.com/dpalwallet/DPalWallet/blob/main/Privacy_Policy.md
Lingue Supportate 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:\/\/*\/*",
                ""
            ]
        }
    ]
}