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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GasNow - Blockchain Real-time Gas Fee Tracker

ดาวน์โหลดไฟล์ส่วนขยาย GasNow - Blockchain Real-time Gas Fee Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
URL หน้าช่วยเหลือ https://mct.xyz/contact-us
URL หน้านโยบายความเป็นส่วนตัว 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": []
}