ETH Gas Price

Ethereum gas price tracker

Was ist ETH Gas Price?

ETH Gas Price ist eine Chrome-Erweiterung, die von cryptoage entwickelt wurde, und ihr Hauptmerkmal ist "Ethereum gas price tracker".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

ETH Gas Price-Erweiterungs-CRX-Datei herunterladen

Laden Sie ETH Gas Price-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ETH Gas Price ETH Gas Price
ID dnggapdaebddmmnpegfopeocoecimcaa
Offizielle URL https://chromewebstore.google.com/detail/eth-gas-price/dnggapdaebddmmnpegfopeocoecimcaa
Beschreibung Ethereum gas price tracker
Dateigröße 1.49 MB
Installationsanzahl 913
Aktuelle Version 1.5.0
Letztes Update 2022-04-19
Veröffentlichungsdatum 2021-05-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler cryptoage
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://profit-mine.com
Unterstützte Sprachen 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';"
}