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.

Hvad er Duino Coin Wallet?

Duino Coin Wallet er en Chrome-udvidelse udviklet af Great Developing, og dens hovedfunktion er "A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.".

Udvidelsesskærmbilleder

screenshot

Download Duino Coin Wallet-udvidelses-CRX-fil

Download Duino Coin Wallet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Duino Coin Wallet Duino Coin Wallet
ID keogijpdcpobiipncbkclkphoigfelof
Officiel URL https://chromewebstore.google.com/detail/duino-coin-wallet/keogijpdcpobiipncbkclkphoigfelof
Beskrivelse A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.
Filstørrelse 1.53 MB
Antal Installationer 77
Nuværende Version 1.0
Senest Opdateret 2022-12-08
Udgivelsesdato 2022-12-07
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler Great Developing
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}