Gas Buddy

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

Wat is Gas Buddy?

Gas Buddy is een Chrome-extensie ontwikkeld door https://tokenpage.xyz, en de belangrijkste functie is "Show the latest gas prices whenever your web3 wallet is connected to a website.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Gas Buddy

Download Gas Buddy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Gas Buddy Gas Buddy
ID nhpelcoaigkkfpcgfhoabajohafpanin
Officiële URL https://chromewebstore.google.com/detail/gas-buddy/nhpelcoaigkkfpcgfhoabajohafpanin
Beschrijving Show the latest gas prices whenever your web3 wallet is connected to a website.
Bestandsgrootte 1.6 MB
Aantal Installaties 120
Huidige Versie 0.2.1
Laatst Bijgewerkt 2023-01-19
Publicatiedatum 2022-12-25
Beoordeling 4.91/5 Totaal 11 Beoordelingen
Ontwikkelaar https://tokenpage.xyz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gasbuddy.tokenpage.xyz
Ondersteunde Talen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}