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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Great Developing และคุณลักษณะหลักของมันคือ "A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Duino Coin Wallet
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |