GasNow - Blockchain Real-time Gas Fee Tracker

Multi-chain Gas Price forecast system

Cos'è GasNow - Blockchain Real-time Gas Fee Tracker?

GasNow - Blockchain Real-time Gas Fee Tracker è un'estensione di Chrome sviluppata da https://gasnow.io, e la sua funzione principale è "Multi-chain Gas Price forecast system".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GasNow - Blockchain Real-time Gas Fee Tracker

Scarica i file di estensione GasNow - Blockchain Real-time Gas Fee Tracker 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 next block gas price prediction system supports more than ten blockchain networks besides Ethereum, such as Polygon, AVAX, Arbitrum, Bitcoin, ZkSync and Base.                    

Informazioni di Base sull'Estensione

Nome GasNow - Blockchain Real-time Gas Fee Tracker GasNow - Blockchain Real-time Gas Fee Tracker
ID hnagjfodaogelmdhlmkihikpbadpeljc
URL Ufficiale https://chromewebstore.google.com/detail/gasnow-blockchain-real-ti/hnagjfodaogelmdhlmkihikpbadpeljc
Descrizione Multi-chain Gas Price forecast system
Dimensione del File 754 KB
Conteggio Installazioni 13,772
Versione Corrente 0.0.19
Ultimo Aggiornamento 2024-02-22
Data di Pubblicazione 2023-05-24
Valutazione 4.85/5 Totale 13 Valutazioni
Sviluppatore https://gasnow.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://gasnow.io
URL della Pagina di Aiuto https://mct.xyz/contact-us
URL della Pagina della Politica sulla Privacy https://mct.xyz/term/privacy
Lingue Supportate en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "0.0.19",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "action": {
        "default_icon": ".\/assets\/logo.png",
        "default_popup": ".\/popup\/index.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [],
    "icons": {
        "16": ".\/assets\/logo.png",
        "48": ".\/assets\/logo.png",
        "128": ".\/assets\/logo.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "idle"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "*:\/\/*.mct.club\/*"
    ],
    "omnibox": {
        "keyword": "gas"
    },
    "content_security_policy": []
}