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.

Co to jest Duino Coin Wallet?

Duino Coin Wallet to rozszerzenie Chrome opracowane przez Great Developing, a jego główną funkcją jest „A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Duino Coin Wallet

Pobierz pliki rozszerzeń Duino Coin Wallet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Duino Coin Wallet Duino Coin Wallet
ID keogijpdcpobiipncbkclkphoigfelof
Oficjalny URL https://chromewebstore.google.com/detail/duino-coin-wallet/keogijpdcpobiipncbkclkphoigfelof
Opis A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.
Rozmiar pliku 1.53 MB
Liczba instalacji 77
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-12-08
Data Publikacji 2022-12-07
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper Great Developing
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}