Gas Buddy

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

O que é Gas Buddy?

Gas Buddy é uma extensão do Chrome desenvolvida por https://tokenpage.xyz, e sua principal característica é "Show the latest gas prices whenever your web3 wallet is connected to a website.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Gas Buddy

Baixe arquivos de extensão Gas Buddy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Gas Buddy Gas Buddy
ID nhpelcoaigkkfpcgfhoabajohafpanin
URL Oficial https://chromewebstore.google.com/detail/gas-buddy/nhpelcoaigkkfpcgfhoabajohafpanin
Descrição Show the latest gas prices whenever your web3 wallet is connected to a website.
Tamanho do Arquivo 1.6 MB
Contagem de Instalações 120
Versão Atual 0.2.1
Última Atualização 2023-01-19
Data de Publicação 2022-12-25
Classificação 4.91/5 Total de 11 Avaliações
Desenvolvedor https://tokenpage.xyz
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gasbuddy.tokenpage.xyz
Idiomas Suportados 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}