DPal:Wallet for DogeCoin

DogeCoin Wallet for Webapps

O que é DPal:Wallet for DogeCoin?

DPal:Wallet for DogeCoin é uma extensão do Chrome desenvolvida por https://dpalwallet.io, e sua principal característica é "DogeCoin Wallet for Webapps".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão DPal:Wallet for DogeCoin

Baixe arquivos de extensão DPal:Wallet for DogeCoin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome DPal:Wallet for DogeCoin DPal:Wallet for DogeCoin
ID lmkncnlpeipongihbffpljgehamdebgi
URL Oficial https://chromewebstore.google.com/detail/dpalwallet-for-dogecoin/lmkncnlpeipongihbffpljgehamdebgi
Descrição DogeCoin Wallet for Webapps
Tamanho do Arquivo 1.59 MB
Contagem de Instalações 81,235
Versão Atual 1.2.17
Última Atualização 2024-01-08
Data de Publicação 2022-10-01
Classificação 4.17/5 Total de 63 Avaliações
Desenvolvedor https://dpalwallet.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://dpalwallet.io
URL da Página de Ajuda https://github.com/dpalwallet/DPalWallet
URL da Página de Política de Privacidade https://github.com/dpalwallet/DPalWallet/blob/main/Privacy_Policy.md
Idiomas Suportados 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:\/\/*\/*",
                ""
            ]
        }
    ]
}