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.
Wat is Duino Coin Wallet?
Duino Coin Wallet is een Chrome-extensie ontwikkeld door Great Developing, en de belangrijkste functie is "A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.".
Extensie Screenshots
Download het CRX-bestand van de extensie Duino Coin Wallet
Download Duino Coin Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | keogijpdcpobiipncbkclkphoigfelof |
Officiële URL | https://chromewebstore.google.com/detail/duino-coin-wallet/keogijpdcpobiipncbkclkphoigfelof |
Beschrijving | A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time. |
Bestandsgrootte | 1.53 MB |
Aantal Installaties | 77 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-12-08 |
Publicatiedatum | 2022-12-07 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Great Developing |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |