DPal:Wallet for DogeCoin

DogeCoin Wallet for Webapps

DPal:Wallet for DogeCoin क्या है?

DPal:Wallet for DogeCoin https://dpalwallet.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "DogeCoin Wallet for Webapps"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DPal:Wallet for DogeCoin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम DPal:Wallet for DogeCoin DPal:Wallet for DogeCoin
ID lmkncnlpeipongihbffpljgehamdebgi
आधिकारिक URL https://chromewebstore.google.com/detail/dpalwallet-for-dogecoin/lmkncnlpeipongihbffpljgehamdebgi
विवरण DogeCoin Wallet for Webapps
फ़ाइल का आकार 1.59 MB
स्थापना संख्या 81,235
वर्तमान संस्करण 1.2.17
अंतिम अपडेट 2024-01-08
प्रकाशन तिथि 2022-10-01
रेटिंग 4.17/5 कुल 63 रेटिंग्स
डेवलपर https://dpalwallet.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dpalwallet.io
सहायता पृष्ठ URL https://github.com/dpalwallet/DPalWallet
गोपनीयता नीति पृष्ठ URL https://github.com/dpalwallet/DPalWallet/blob/main/Privacy_Policy.md
समर्थित भाषाएँ 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:\/\/*\/*",
                ""
            ]
        }
    ]
}