GasNow - Blockchain Real-time Gas Fee Tracker

Multi-chain Gas Price forecast system

Co to jest GasNow - Blockchain Real-time Gas Fee Tracker?

GasNow - Blockchain Real-time Gas Fee Tracker to rozszerzenie Chrome opracowane przez https://gasnow.io, a jego główną funkcją jest „Multi-chain Gas Price forecast system”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia GasNow - Blockchain Real-time Gas Fee Tracker

Pobierz pliki rozszerzeń GasNow - Blockchain Real-time Gas Fee Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa GasNow - Blockchain Real-time Gas Fee Tracker GasNow - Blockchain Real-time Gas Fee Tracker
ID hnagjfodaogelmdhlmkihikpbadpeljc
Oficjalny URL https://chromewebstore.google.com/detail/gasnow-blockchain-real-ti/hnagjfodaogelmdhlmkihikpbadpeljc
Opis Multi-chain Gas Price forecast system
Rozmiar pliku 754 KB
Liczba instalacji 13,772
Aktualna Wersja 0.0.19
Ostatnia Aktualizacja 2024-02-22
Data Publikacji 2023-05-24
Ocena 4.85/5 Łącznie 13 Oceny
Deweloper https://gasnow.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://gasnow.io
Adres URL Strony Pomocy https://mct.xyz/contact-us
Adres URL Strony Polityki Prywatności https://mct.xyz/term/privacy
Obsługiwane Języki 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": []
}