Gas Buddy

Show the latest gas prices whenever your web3 wallet is connected to a website.

Gas Buddyとは何ですか?

Gas Buddyはhttps://tokenpage.xyzによって開発されたChromeの拡張機能で、その主な機能は「Show the latest gas prices whenever your web3 wallet is connected to a website.」です。

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

screenshot
screenshot
screenshot

Gas Buddy拡張機能のCRXファイルをダウンロード

Gas Buddy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Show the latest gas prices whenever your web3 wallet is connected to a website.                    

拡張機能の基本情報

名前 Gas Buddy 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
Eメール [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}