DPal:Wallet for DogeCoin

DogeCoin Wallet for Webapps

Vad är DPal:Wallet for DogeCoin?

DPal:Wallet for DogeCoin är en Chrome-tillägg utvecklad av https://dpalwallet.io, och dess huvudfunktion är "DogeCoin Wallet for Webapps".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner DPal:Wallet for DogeCoin-förlängningens CRX-fil

Ladda ner DPal:Wallet for DogeCoin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn DPal:Wallet for DogeCoin DPal:Wallet for DogeCoin
ID lmkncnlpeipongihbffpljgehamdebgi
Officiell webbadress https://chromewebstore.google.com/detail/dpalwallet-for-dogecoin/lmkncnlpeipongihbffpljgehamdebgi
Beskrivning DogeCoin Wallet for Webapps
Filstorlek 1.59 MB
Antal Installationer 81,235
Aktuell Version 1.2.17
Senast Uppdaterad 2024-01-08
Publiceringsdatum 2022-10-01
Betyg 4.17/5 Totalt 63 Betyg
Utvecklare https://dpalwallet.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://dpalwallet.io
Hjälpsida URL https://github.com/dpalwallet/DPalWallet
URL till Sekretesspolicy Sidan https://github.com/dpalwallet/DPalWallet/blob/main/Privacy_Policy.md
Stödda Språk 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:\/\/*\/*",
                ""
            ]
        }
    ]
}