DPal:Wallet for DogeCoin

DogeCoin Wallet for Webapps

DPal:Wallet for DogeCoinคืออะไร?

DPal:Wallet for DogeCoin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dpalwallet.io และคุณลักษณะหลักของมันคือ "DogeCoin Wallet for Webapps"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DPal:Wallet for DogeCoin

ดาวน์โหลดไฟล์ส่วนขยาย DPal:Wallet for DogeCoin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:\/\/*\/*",
                ""
            ]
        }
    ]
}