Gas Buddy

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

Co to jest Gas Buddy?

Gas Buddy to rozszerzenie Chrome opracowane przez https://tokenpage.xyz, a jego główną funkcją jest „Show the latest gas prices whenever your web3 wallet is connected to a website.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Gas Buddy

Pobierz pliki rozszerzeń Gas Buddy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Gas Buddy Gas Buddy
ID nhpelcoaigkkfpcgfhoabajohafpanin
Oficjalny URL https://chromewebstore.google.com/detail/gas-buddy/nhpelcoaigkkfpcgfhoabajohafpanin
Opis Show the latest gas prices whenever your web3 wallet is connected to a website.
Rozmiar pliku 1.6 MB
Liczba instalacji 120
Aktualna Wersja 0.2.1
Ostatnia Aktualizacja 2023-01-19
Data Publikacji 2022-12-25
Ocena 4.91/5 Łącznie 11 Oceny
Deweloper https://tokenpage.xyz
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://gasbuddy.tokenpage.xyz
Obsługiwane Języki 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}