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はhttps://gasnow.ioによって開発されたChromeの拡張機能で、その主な機能は「Multi-chain Gas Price forecast system」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

GasNow - Blockchain Real-time Gas Fee Tracker拡張機能のCRXファイルをダウンロード

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
Eメール [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": []
}