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.
Apa itu Duino Coin Wallet?
Duino Coin Wallet adalah ekstensi Chrome yang dikembangkan oleh Great Developing, dan fitur utamanya adalah "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 Ekstensi
Unduh Berkas CRX Ekstensi Duino Coin Wallet
Unduh file ekstensi Duino Coin Wallet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | keogijpdcpobiipncbkclkphoigfelof |
URL Resmi | https://chromewebstore.google.com/detail/duino-coin-wallet/keogijpdcpobiipncbkclkphoigfelof |
Deskripsi | A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time. |
Ukuran File | 1.53 MB |
Jumlah Instalasi | 77 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-12-08 |
Tanggal Publikasi | 2022-12-07 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | Great Developing |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |