iWallet Pro
Brand New Version Wallet Extension for lOST
ما هو iWallet Pro؟
iWallet Pro هو إضافة Chrome تم تطويرها بواسطة iost.io، والميزة الرئيسية لها هي "Brand New Version Wallet Extension for lOST".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة iWallet Pro
قم بتنزيل ملفات الامتداد iWallet Pro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A Brand New Version IOST Wallet in your Browser. iWallet Pro is the Brand New Version for iWallet, it's a tool for using IOST account and accessing IOST enabled distributed applications, or Dapps in your browser. The safe and simple way to access blockchain applications and web3.
معلومات أساسية عن التمديد
الاسم | iWallet Pro |
ID | jbppfhkifinbpinekbahmdomhlaidhfm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/iwallet-pro/jbppfhkifinbpinekbahmdomhlaidhfm |
الوصف | Brand New Version Wallet Extension for lOST |
حجم الملف | 6.43 MB |
عدد التثبيتات | 35,547 |
النسخة الحالية | 0.0.6 |
آخر تحديث | 2024-01-10 |
تاريخ النشر | 2023-06-21 |
تقييم | 2.26/5 مجموع تقييمات 23 |
المطور | iost.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://github.com/iost-official/iost-extension/wiki/IOST-Extension-Privacy-Policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iWallet Pro", "manifest_version": 3, "version": "0.0.6", "description": "Brand New Version Wallet Extension for lOST", "action": { "default_popup": "index.html", "default_title": "iWallet" }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "app\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "app\/content-script.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "app\/inpage.js" ], "matches": [ " |