GasNow - Blockchain Real-time Gas Fee Tracker
Multi-chain Gas Price forecast system
ما هو GasNow - Blockchain Real-time Gas Fee Tracker؟
GasNow - Blockchain Real-time Gas Fee Tracker هو إضافة Chrome تم تطويرها بواسطة https://gasnow.io، والميزة الرئيسية لها هي "Multi-chain Gas Price forecast system".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GasNow - Blockchain Real-time Gas Fee Tracker
قم بتنزيل ملفات الامتداد GasNow - Blockchain Real-time Gas Fee Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The next block gas price prediction system supports more than ten blockchain networks besides Ethereum, such as Polygon, AVAX, Arbitrum, Bitcoin, ZkSync and Base.
معلومات أساسية عن التمديد
الاسم | GasNow - Blockchain Real-time Gas Fee Tracker |
ID | hnagjfodaogelmdhlmkihikpbadpeljc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gasnow-blockchain-real-ti/hnagjfodaogelmdhlmkihikpbadpeljc |
الوصف | Multi-chain Gas Price forecast system |
حجم الملف | 754 KB |
عدد التثبيتات | 13,772 |
النسخة الحالية | 0.0.19 |
آخر تحديث | 2024-02-22 |
تاريخ النشر | 2023-05-24 |
تقييم | 4.85/5 مجموع تقييمات 13 |
المطور | https://gasnow.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://gasnow.io |
عنوان صفحة المساعدة | https://mct.xyz/contact-us |
عنوان صفحة سياسة الخصوصية | https://mct.xyz/term/privacy |
اللغات المدعومة | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "0.0.19", "description": "__MSG_appDesc__", "default_locale": "en", "action": { "default_icon": ".\/assets\/logo.png", "default_popup": ".\/popup\/index.html" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [], "icons": { "16": ".\/assets\/logo.png", "48": ".\/assets\/logo.png", "128": ".\/assets\/logo.png" }, "permissions": [ "storage", "alarms", "idle" ], "optional_permissions": [], "host_permissions": [ "*:\/\/*.mct.club\/*" ], "omnibox": { "keyword": "gas" }, "content_security_policy": [] } |