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.

Vad är Duino Coin Wallet?

Duino Coin Wallet är en Chrome-tillägg utvecklad av Great Developing, och dess huvudfunktion är "A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.".

Tilläggsskärmbilder

screenshot

Ladda ner Duino Coin Wallet-förlängningens CRX-fil

Ladda ner Duino Coin Wallet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Duino Coin Wallet Duino Coin Wallet
ID keogijpdcpobiipncbkclkphoigfelof
Officiell webbadress https://chromewebstore.google.com/detail/duino-coin-wallet/keogijpdcpobiipncbkclkphoigfelof
Beskrivning A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.
Filstorlek 1.53 MB
Antal Installationer 77
Aktuell Version 1.0
Senast Uppdaterad 2022-12-08
Publiceringsdatum 2022-12-07
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare Great Developing
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}