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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |