Polygon (MATIC) Gas Station

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

Cos'è Polygon (MATIC) Gas Station?

Polygon (MATIC) Gas Station è un'estensione di Chrome sviluppata da ferhatkochan, e la sua funzione principale è "This extension reccomends the Gas price (MATIC) to use on Polygon mainnet".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Polygon (MATIC) Gas Station

Scarica i file di estensione Polygon (MATIC) Gas Station in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Polygon (MATIC) Gas Station Polygon (MATIC) Gas Station
ID miekildhlhgnodhpbplnicnidfcbhofj
URL Ufficiale https://chromewebstore.google.com/detail/polygon-matic-gas-station/miekildhlhgnodhpbplnicnidfcbhofj
Descrizione This extension reccomends the Gas price (MATIC) to use on Polygon mainnet
Dimensione del File 15.85 KB
Conteggio Installazioni 447
Versione Corrente 1.1
Ultimo Aggiornamento 2021-07-26
Data di Pubblicazione 2021-07-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ferhatkochan
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://discord.gg/teNJYDaz
Lingue Supportate 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
    }
}