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é es Duino Coin Wallet?
Duino Coin Wallet es una extensión de Chrome desarrollada por Great Developing, y su función principal es "A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Duino Coin Wallet
Descarga archivos de extensión Duino Coin Wallet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | keogijpdcpobiipncbkclkphoigfelof |
URL Oficial | https://chromewebstore.google.com/detail/duino-coin-wallet/keogijpdcpobiipncbkclkphoigfelof |
Descripción | A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time. |
Tamaño del Archivo | 1.53 MB |
Cantidad de Instalaciones | 77 |
Versión Actual | 1.0 |
Última Actualización | 2022-12-08 |
Fecha de Publicación | 2022-12-07 |
Calificación | 4.00/5 Total de 1 Calificaciones |
Desarrollador | Great Developing |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |