FlashbotsFriendlyPopup
Flashbots bundles Google Chrome extension
Was ist FlashbotsFriendlyPopup?
FlashbotsFriendlyPopup ist eine Chrome-Erweiterung, die von simonpmullaney entwickelt wurde, und ihr Hauptmerkmal ist "Flashbots bundles Google Chrome extension".
Erweiterungsscreenshots
FlashbotsFriendlyPopup-Erweiterungs-CRX-Datei herunterladen
Laden Sie FlashbotsFriendlyPopup-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
Google Chrome extension to be able to send Flashbots Bundles directly from your browser. A Flashbot bundle avoids sending an Ethereum transaction directly to the Ethereum public mempool and instead communicates directly with Ethereum Miners running the mev-geth client. This protects your transactions from being at risk of being front-run by bots monitoring the public Ethereum mempool.
Grundlegende Informationen zur Erweiterung
Name | FlashbotsFriendlyPopup |
ID | fgmlaglojmieknnjmhpkjckiabepcind |
Offizielle URL | https://chromewebstore.google.com/detail/flashbotsfriendlypopup/fgmlaglojmieknnjmhpkjckiabepcind |
Beschreibung | Flashbots bundles Google Chrome extension |
Dateigröße | 2 MB |
Installationsanzahl | 31 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2022-04-06 |
Veröffentlichungsdatum | 2022-03-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | simonpmullaney |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/simonmullaney/FriendlyFlashbotsPopup |
Hilfeseite URL | https://github.com/simonmullaney/FriendlyFlashbotsPopup/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FlashbotsFriendlyPopup", "description": "Flashbots bundles Google Chrome extension", "version": "1.0.2", "manifest_version": 3, "action": { "default_title": "FlashbotsFriendlyPopup", "default_icon": ".\/assets\/icon.png", "default_popup": "index.html" }, "icons": { "128": ".\/assets\/icon.png" }, "author": "Simon Mullaney", "host_permissions": [ "https:\/\/relay-goerli.flashbots.net\/" ] } |