FlashbotsFriendlyPopup
Flashbots bundles Google Chrome extension
What is FlashbotsFriendlyPopup?
FlashbotsFriendlyPopup is a Chrome extension developed by simonpmullaney, and its main feature is "Flashbots bundles Google Chrome extension".
Extension Screenshots
Download FlashbotsFriendlyPopup Extension CRX File
Download FlashbotsFriendlyPopup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | FlashbotsFriendlyPopup |
ID | fgmlaglojmieknnjmhpkjckiabepcind |
Official URL | https://chromewebstore.google.com/detail/flashbotsfriendlypopup/fgmlaglojmieknnjmhpkjckiabepcind |
Description | Flashbots bundles Google Chrome extension |
File Size | 2 MB |
Installation Count | 31 |
Current Version | 1.0.2 |
Last Updated | 2022-04-06 |
Publish Date | 2022-03-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | simonpmullaney |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/simonmullaney/FriendlyFlashbotsPopup |
Help Page URL | https://github.com/simonmullaney/FriendlyFlashbotsPopup/issues |
Supported Languages | 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\/" ] } |