Polygon (MATIC) Gas Station
This extension reccomends the Gas price (MATIC) to use on Polygon mainnet
Was ist Polygon (MATIC) Gas Station?
Polygon (MATIC) Gas Station ist eine Chrome-Erweiterung, die von ferhatkochan entwickelt wurde, und ihr Hauptmerkmal ist "This extension reccomends the Gas price (MATIC) to use on Polygon mainnet".
Erweiterungsscreenshots
Polygon (MATIC) Gas Station-Erweiterungs-CRX-Datei herunterladen
Laden Sie Polygon (MATIC) Gas Station-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Users can install this extension to see the recommended gas price to use with their transactions on Polygon blockchain.
Grundlegende Informationen zur Erweiterung
Name | Polygon (MATIC) Gas Station |
ID | miekildhlhgnodhpbplnicnidfcbhofj |
Offizielle URL | https://chromewebstore.google.com/detail/polygon-matic-gas-station/miekildhlhgnodhpbplnicnidfcbhofj |
Beschreibung | This extension reccomends the Gas price (MATIC) to use on Polygon mainnet |
Dateigröße | 15.85 KB |
Installationsanzahl | 447 |
Aktuelle Version | 1.1 |
Letztes Update | 2021-07-26 |
Veröffentlichungsdatum | 2021-07-22 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | ferhatkochan |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://discord.gg/teNJYDaz |
Unterstützte Sprachen | 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 } } |