Polygon (MATIC) Gas Station

This extension reccomends the Gas price (MATIC) to use on Polygon mainnet

Qu'est-ce que Polygon (MATIC) Gas Station ?

Polygon (MATIC) Gas Station est une extension Chrome développée par ferhatkochan, et sa fonction principale est "This extension reccomends the Gas price (MATIC) to use on Polygon mainnet".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Polygon (MATIC) Gas Station

Téléchargez les fichiers d'extension Polygon (MATIC) Gas Station 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

                        Users can install this extension to see the recommended gas price to use with their transactions on Polygon blockchain.                    

Informations de Base sur l'Extension

Nom Polygon (MATIC) Gas Station Polygon (MATIC) Gas Station
ID miekildhlhgnodhpbplnicnidfcbhofj
URL Officiel https://chromewebstore.google.com/detail/polygon-matic-gas-station/miekildhlhgnodhpbplnicnidfcbhofj
Description This extension reccomends the Gas price (MATIC) to use on Polygon mainnet
Taille du Fichier 15.85 KB
Nombre d'Installations 447
Version Actuelle 1.1
Dernière Mise à Jour 2021-07-26
Date de Publication 2021-07-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur ferhatkochan
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://discord.gg/teNJYDaz
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": ".\/static\/gasstationlogo.png",
        "48": ".\/static\/gasstationlogo.png",
        "128": ".\/static\/gasstationlogo.png"
    },
    "name": "Polygon (MATIC) Gas Station",
    "description": "This extension reccomends the Gas price (MATIC) to use on Polygon mainnet",
    "version": "1.1",
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/jquery-3.2.1.slim.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.12.9\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/js\/bootstrap.min.js; object-src 'self'",
    "browser_action": {
        "default_icon": ".\/static\/gasstationlogo.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}