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はGreat Developingによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |