Duino Coin Wallet

A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.

Что такое Duino Coin Wallet?

Duino Coin Wallet - это расширение Chrome, разработанное Great Developing, и его основная функция - "A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Duino Coin Wallet

Скачайте файлы расширений Duino Coin Wallet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        I created a Duino coin wallet that was simplified for the best user experience. You can view your miners, transactions and wallet. Your password saves locally so you don't have to login every time you want to check your wallet quickly.                    

Основная информация о расширении

Название Duino Coin Wallet Duino Coin Wallet
ID keogijpdcpobiipncbkclkphoigfelof
Официальный URL https://chromewebstore.google.com/detail/duino-coin-wallet/keogijpdcpobiipncbkclkphoigfelof
Описание A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.
Размер файла 1.53 MB
Количество установок 77
Текущая Версия 1.0
Последнее Обновление 2022-12-08
Дата публикации 2022-12-07
Рейтинг 4.00/5 Всего 1 оценок
Разработчик Great Developing
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duino Coin Wallet",
    "description": "A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.",
    "version": "1.0",
    "options_page": "options.html",
    "manifest_version": 3,
    "action": {
        "default_popup": "wallet.html"
    },
    "host_permissions": [
        "https:\/\/server.duinocoin.com\/"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}