FlashbotsFriendlyPopup
Flashbots bundles Google Chrome extension
Wat is FlashbotsFriendlyPopup?
FlashbotsFriendlyPopup is een Chrome-extensie ontwikkeld door simonpmullaney, en de belangrijkste functie is "Flashbots bundles Google Chrome extension".
Extensie Screenshots
Download het CRX-bestand van de extensie FlashbotsFriendlyPopup
Download FlashbotsFriendlyPopup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | FlashbotsFriendlyPopup |
ID | fgmlaglojmieknnjmhpkjckiabepcind |
Officiële URL | https://chromewebstore.google.com/detail/flashbotsfriendlypopup/fgmlaglojmieknnjmhpkjckiabepcind |
Beschrijving | Flashbots bundles Google Chrome extension |
Bestandsgrootte | 2 MB |
Aantal Installaties | 31 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2022-04-06 |
Publicatiedatum | 2022-03-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | simonpmullaney |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/simonmullaney/FriendlyFlashbotsPopup |
Help Pagina-URL | https://github.com/simonmullaney/FriendlyFlashbotsPopup/issues |
Ondersteunde Talen | 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\/" ] } |