DPal:Wallet for DogeCoin
DogeCoin Wallet for Webapps
Что такое DPal:Wallet for DogeCoin?
DPal:Wallet for DogeCoin - это расширение Chrome, разработанное https://dpalwallet.io, и его основная функция - "DogeCoin Wallet for Webapps".
Снимки экрана расширения
Скачать файл 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 |
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:\/\/*\/*", " |