Gas Buddy

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

Co je Gas Buddy?

Gas Buddy je rozšíření Chrome vyvinuté https://tokenpage.xyz, a jeho hlavní funkcí je „Show the latest gas prices whenever your web3 wallet is connected to a website.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Gas Buddy

Stáhněte si soubory rozšíření Gas Buddy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Gas Buddy Gas Buddy
ID nhpelcoaigkkfpcgfhoabajohafpanin
Oficiální URL https://chromewebstore.google.com/detail/gas-buddy/nhpelcoaigkkfpcgfhoabajohafpanin
Popis Show the latest gas prices whenever your web3 wallet is connected to a website.
Velikost souboru 1.6 MB
Počet instalací 120
Aktuální Verze 0.2.1
Poslední Aktualizace 2023-01-19
Datum Vydání 2022-12-25
Hodnocení 4.91/5 Celkem 11 Hodnocení
Vývojář https://tokenpage.xyz
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://gasbuddy.tokenpage.xyz
Podporované Jazyky 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}