GasNow - Blockchain Real-time Gas Fee Tracker

Multi-chain Gas Price forecast system

Qu'est-ce que GasNow - Blockchain Real-time Gas Fee Tracker ?

GasNow - Blockchain Real-time Gas Fee Tracker est une extension Chrome développée par https://gasnow.io, et sa fonction principale est "Multi-chain Gas Price forecast system".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GasNow - Blockchain Real-time Gas Fee Tracker

Téléchargez les fichiers d'extension GasNow - Blockchain Real-time Gas Fee Tracker 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 next block gas price prediction system supports more than ten blockchain networks besides Ethereum, such as Polygon, AVAX, Arbitrum, Bitcoin, ZkSync and Base.                    

Informations de Base sur l'Extension

Nom GasNow - Blockchain Real-time Gas Fee Tracker GasNow - Blockchain Real-time Gas Fee Tracker
ID hnagjfodaogelmdhlmkihikpbadpeljc
URL Officiel https://chromewebstore.google.com/detail/gasnow-blockchain-real-ti/hnagjfodaogelmdhlmkihikpbadpeljc
Description Multi-chain Gas Price forecast system
Taille du Fichier 754 KB
Nombre d'Installations 13,772
Version Actuelle 0.0.19
Dernière Mise à Jour 2024-02-22
Date de Publication 2023-05-24
Évaluation 4.85/5 Total 13 Évaluations
Développeur https://gasnow.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://gasnow.io
URL de la Page d'Aide https://mct.xyz/contact-us
URL de la Page de Politique de Confidentialité https://mct.xyz/term/privacy
Langues Prises en Charge 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": []
}