ETH Gas Price

Ethereum gas price tracker

Cos'è ETH Gas Price?

ETH Gas Price è un'estensione di Chrome sviluppata da cryptoage, e la sua funzione principale è "Ethereum gas price tracker".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ETH Gas Price

Scarica i file di estensione ETH Gas Price 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

                        The extension is used to monitor the price of ethereum gas in real time. Thanks to this extension, you can choose the optimal time for making cheap Ethereum transactions. In addition, the extension allows you to track the price of Ethereum.                    

Informazioni di Base sull'Estensione

Nome ETH Gas Price ETH Gas Price
ID dnggapdaebddmmnpegfopeocoecimcaa
URL Ufficiale https://chromewebstore.google.com/detail/eth-gas-price/dnggapdaebddmmnpegfopeocoecimcaa
Descrizione Ethereum gas price tracker
Dimensione del File 1.49 MB
Conteggio Installazioni 913
Versione Corrente 1.5.0
Ultimo Aggiornamento 2022-04-19
Data di Pubblicazione 2021-05-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore cryptoage
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://profit-mine.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ETH Gas Price",
    "description": "Ethereum gas price tracker",
    "version": "1.5.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "options_ui": {
        "page": "www\/index.html#\/options",
        "browser_style": true,
        "open_in_tab": true
    },
    "browser_action": {
        "default_title": "Ethereum Gas Price",
        "default_popup": "www\/index.html#\/popup"
    },
    "background": {
        "scripts": [
            "www\/js\/bex-background.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "www\/js\/bex-content-script.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ]
        }
    ],
    "permissions": [
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "www\/*",
        "js\/*",
        "css\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}