Gas Buddy

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

Apa itu Gas Buddy?

Gas Buddy adalah ekstensi Chrome yang dikembangkan oleh https://tokenpage.xyz, dan fitur utamanya adalah "Show the latest gas prices whenever your web3 wallet is connected to a website.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Gas Buddy

Unduh file ekstensi Gas Buddy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Gas Buddy Gas Buddy
ID nhpelcoaigkkfpcgfhoabajohafpanin
URL Resmi https://chromewebstore.google.com/detail/gas-buddy/nhpelcoaigkkfpcgfhoabajohafpanin
Deskripsi Show the latest gas prices whenever your web3 wallet is connected to a website.
Ukuran File 1.6 MB
Jumlah Instalasi 120
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2023-01-19
Tanggal Publikasi 2022-12-25
Penilaian 4.91/5 Total 11 Penilaian
Pengembang https://tokenpage.xyz
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://gasbuddy.tokenpage.xyz
Bahasa yang Didukung 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}