Gas Buddy
Show the latest gas prices whenever your web3 wallet is connected to a website.
ما هو Gas Buddy؟
Gas Buddy هو إضافة Chrome تم تطويرها بواسطة https://tokenpage.xyz، والميزة الرئيسية لها هي "Show the latest gas prices whenever your web3 wallet is connected to a website.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gas Buddy
قم بتنزيل ملفات الامتداد Gas Buddy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Show the latest gas prices whenever your web3 wallet is connected to a website.
معلومات أساسية عن التمديد
الاسم | Gas Buddy |
ID | nhpelcoaigkkfpcgfhoabajohafpanin |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gas-buddy/nhpelcoaigkkfpcgfhoabajohafpanin |
الوصف | Show the latest gas prices whenever your web3 wallet is connected to a website. |
حجم الملف | 1.6 MB |
عدد التثبيتات | 120 |
النسخة الحالية | 0.2.1 |
آخر تحديث | 2023-01-19 |
تاريخ النشر | 2022-12-25 |
تقييم | 4.91/5 مجموع تقييمات 11 |
المطور | https://tokenpage.xyz |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://gasbuddy.tokenpage.xyz |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gas Buddy", "description": "Show the latest gas prices whenever your web3 wallet is connected to a website.", "version": "0.2.1", "icons": { "16": "\/assets\/logo16.png", "48": "\/assets\/logo48.png", "128": "\/assets\/logo128.png" }, "action": { "default_popup": "index.html", "default_title": "Open me" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_end", "js": [ "foreground.js" ] } ], "web_accessible_resources": [ { "resources": [ "foreground-injection.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |