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.

Τι είναι το Duino Coin Wallet;

Το Duino Coin Wallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Great Developing, και η κύρια λειτουργία του είναι "A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Duino Coin Wallet

Λήψη αρχείων επέκτασης Duino Coin Wallet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Duino Coin Wallet Duino Coin Wallet
ID keogijpdcpobiipncbkclkphoigfelof
Επίσημο URL https://chromewebstore.google.com/detail/duino-coin-wallet/keogijpdcpobiipncbkclkphoigfelof
Περιγραφή A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.
Μέγεθος Αρχείου 1.53 MB
Αριθμός Εγκαταστάσεων 77
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-12-08
Ημερομηνία Δημοσίευσης 2022-12-07
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Great Developing
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}