FlashbotsFriendlyPopup
Flashbots bundles Google Chrome extension
Hvad er FlashbotsFriendlyPopup?
FlashbotsFriendlyPopup er en Chrome-udvidelse udviklet af simonpmullaney, og dens hovedfunktion er "Flashbots bundles Google Chrome extension".
Udvidelsesskærmbilleder
Download FlashbotsFriendlyPopup-udvidelses-CRX-fil
Download FlashbotsFriendlyPopup-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | FlashbotsFriendlyPopup |
ID | fgmlaglojmieknnjmhpkjckiabepcind |
Officiel URL | https://chromewebstore.google.com/detail/flashbotsfriendlypopup/fgmlaglojmieknnjmhpkjckiabepcind |
Beskrivelse | Flashbots bundles Google Chrome extension |
Filstørrelse | 2 MB |
Antal Installationer | 31 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2022-04-06 |
Udgivelsesdato | 2022-03-08 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | simonpmullaney |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/simonmullaney/FriendlyFlashbotsPopup |
Hjælpeside-URL | https://github.com/simonmullaney/FriendlyFlashbotsPopup/issues |
Understøttede Sprog | 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\/" ] } |