ETH Gas Price

Ethereum gas price tracker

Qu'est-ce que ETH Gas Price ?

ETH Gas Price est une extension Chrome développée par cryptoage, et sa fonction principale est "Ethereum gas price tracker".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ETH Gas Price

Téléchargez les fichiers d'extension ETH Gas Price au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ETH Gas Price ETH Gas Price
ID dnggapdaebddmmnpegfopeocoecimcaa
URL Officiel https://chromewebstore.google.com/detail/eth-gas-price/dnggapdaebddmmnpegfopeocoecimcaa
Description Ethereum gas price tracker
Taille du Fichier 1.49 MB
Nombre d'Installations 913
Version Actuelle 1.5.0
Dernière Mise à Jour 2022-04-19
Date de Publication 2021-05-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur cryptoage
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://profit-mine.com
Langues Prises en Charge 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';"
}