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 je Duino Coin Wallet?

Duino Coin Wallet je rozšíření Chrome vyvinuté Great Developing, a jeho hlavní funkcí je „A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Duino Coin Wallet

Stáhněte si soubory rozšíření Duino Coin Wallet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Duino Coin Wallet Duino Coin Wallet
ID keogijpdcpobiipncbkclkphoigfelof
Oficiální URL https://chromewebstore.google.com/detail/duino-coin-wallet/keogijpdcpobiipncbkclkphoigfelof
Popis A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.
Velikost souboru 1.53 MB
Počet instalací 77
Aktuální Verze 1.0
Poslední Aktualizace 2022-12-08
Datum Vydání 2022-12-07
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář Great Developing
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}