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.
O que é Duino Coin Wallet?
Duino Coin Wallet é uma extensão do Chrome desenvolvida por Great Developing, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão Duino Coin Wallet
Baixe arquivos de extensão Duino Coin Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | keogijpdcpobiipncbkclkphoigfelof |
URL Oficial | https://chromewebstore.google.com/detail/duino-coin-wallet/keogijpdcpobiipncbkclkphoigfelof |
Descrição | A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time. |
Tamanho do Arquivo | 1.53 MB |
Contagem de Instalações | 77 |
Versão Atual | 1.0 |
Última Atualização | 2022-12-08 |
Data de Publicação | 2022-12-07 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | Great Developing |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |