GasNow - Blockchain Real-time Gas Fee Tracker

Multi-chain Gas Price forecast system

Wat is GasNow - Blockchain Real-time Gas Fee Tracker?

GasNow - Blockchain Real-time Gas Fee Tracker is een Chrome-extensie ontwikkeld door https://gasnow.io, en de belangrijkste functie is "Multi-chain Gas Price forecast system".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie GasNow - Blockchain Real-time Gas Fee Tracker

Download GasNow - Blockchain Real-time Gas Fee Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The next block gas price prediction system supports more than ten blockchain networks besides Ethereum, such as Polygon, AVAX, Arbitrum, Bitcoin, ZkSync and Base.                    

Basisinformatie over de Extensie

Naam GasNow - Blockchain Real-time Gas Fee Tracker GasNow - Blockchain Real-time Gas Fee Tracker
ID hnagjfodaogelmdhlmkihikpbadpeljc
Officiële URL https://chromewebstore.google.com/detail/gasnow-blockchain-real-ti/hnagjfodaogelmdhlmkihikpbadpeljc
Beschrijving Multi-chain Gas Price forecast system
Bestandsgrootte 754 KB
Aantal Installaties 13,772
Huidige Versie 0.0.19
Laatst Bijgewerkt 2024-02-22
Publicatiedatum 2023-05-24
Beoordeling 4.85/5 Totaal 13 Beoordelingen
Ontwikkelaar https://gasnow.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://gasnow.io
Help Pagina-URL https://mct.xyz/contact-us
URL van de Privacybeleid Pagina https://mct.xyz/term/privacy
Ondersteunde Talen 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": []
}