FlashbotsFriendlyPopup
Flashbots bundles Google Chrome extension
Qu'est-ce que FlashbotsFriendlyPopup ?
FlashbotsFriendlyPopup est une extension Chrome développée par simonpmullaney, et sa fonction principale est "Flashbots bundles Google Chrome extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FlashbotsFriendlyPopup
Téléchargez les fichiers d'extension FlashbotsFriendlyPopup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | FlashbotsFriendlyPopup |
ID | fgmlaglojmieknnjmhpkjckiabepcind |
URL Officiel | https://chromewebstore.google.com/detail/flashbotsfriendlypopup/fgmlaglojmieknnjmhpkjckiabepcind |
Description | Flashbots bundles Google Chrome extension |
Taille du Fichier | 2 MB |
Nombre d'Installations | 31 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-04-06 |
Date de Publication | 2022-03-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | simonpmullaney |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/simonmullaney/FriendlyFlashbotsPopup |
URL de la Page d'Aide | https://github.com/simonmullaney/FriendlyFlashbotsPopup/issues |
Langues Prises en Charge | 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\/" ] } |