Polygon (MATIC) Gas Station

This extension reccomends the Gas price (MATIC) to use on Polygon mainnet

O que é Polygon (MATIC) Gas Station?

Polygon (MATIC) Gas Station é uma extensão do Chrome desenvolvida por ferhatkochan, e sua principal característica é "This extension reccomends the Gas price (MATIC) to use on Polygon mainnet".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Polygon (MATIC) Gas Station

Baixe arquivos de extensão Polygon (MATIC) Gas Station 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

                        Users can install this extension to see the recommended gas price to use with their transactions on Polygon blockchain.                    

Informações Básicas da Extensão

Nome Polygon (MATIC) Gas Station Polygon (MATIC) Gas Station
ID miekildhlhgnodhpbplnicnidfcbhofj
URL Oficial https://chromewebstore.google.com/detail/polygon-matic-gas-station/miekildhlhgnodhpbplnicnidfcbhofj
Descrição This extension reccomends the Gas price (MATIC) to use on Polygon mainnet
Tamanho do Arquivo 15.85 KB
Contagem de Instalações 447
Versão Atual 1.1
Última Atualização 2021-07-26
Data de Publicação 2021-07-22
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor ferhatkochan
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://discord.gg/teNJYDaz
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": ".\/static\/gasstationlogo.png",
        "48": ".\/static\/gasstationlogo.png",
        "128": ".\/static\/gasstationlogo.png"
    },
    "name": "Polygon (MATIC) Gas Station",
    "description": "This extension reccomends the Gas price (MATIC) to use on Polygon mainnet",
    "version": "1.1",
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/jquery-3.2.1.slim.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.12.9\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/js\/bootstrap.min.js; object-src 'self'",
    "browser_action": {
        "default_icon": ".\/static\/gasstationlogo.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}