FlashbotsFriendlyPopup
Flashbots bundles Google Chrome extension
Vad är FlashbotsFriendlyPopup?
FlashbotsFriendlyPopup är en Chrome-tillägg utvecklad av simonpmullaney, och dess huvudfunktion är "Flashbots bundles Google Chrome extension".
Tilläggsskärmbilder
Ladda ner FlashbotsFriendlyPopup-förlängningens CRX-fil
Ladda ner FlashbotsFriendlyPopup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | FlashbotsFriendlyPopup |
ID | fgmlaglojmieknnjmhpkjckiabepcind |
Officiell webbadress | https://chromewebstore.google.com/detail/flashbotsfriendlypopup/fgmlaglojmieknnjmhpkjckiabepcind |
Beskrivning | Flashbots bundles Google Chrome extension |
Filstorlek | 2 MB |
Antal Installationer | 31 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2022-04-06 |
Publiceringsdatum | 2022-03-08 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | simonpmullaney |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/simonmullaney/FriendlyFlashbotsPopup |
Hjälpsida URL | https://github.com/simonmullaney/FriendlyFlashbotsPopup/issues |
Stödda Språk | 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\/" ] } |