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.

Qu'est-ce que Duino Coin Wallet ?

Duino Coin Wallet est une extension Chrome développée par Great Developing, et sa fonction principale est "A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Duino Coin Wallet

Téléchargez les fichiers d'extension Duino Coin Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Duino Coin Wallet Duino Coin Wallet
ID keogijpdcpobiipncbkclkphoigfelof
URL Officiel https://chromewebstore.google.com/detail/duino-coin-wallet/keogijpdcpobiipncbkclkphoigfelof
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.
Taille du Fichier 1.53 MB
Nombre d'Installations 77
Version Actuelle 1.0
Dernière Mise à Jour 2022-12-08
Date de Publication 2022-12-07
Évaluation 4.00/5 Total 1 Évaluations
Développeur Great Developing
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}