FlashbotsFriendlyPopup
Flashbots bundles Google Chrome extension
Τι είναι το FlashbotsFriendlyPopup;
Το FlashbotsFriendlyPopup είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον simonpmullaney, και η κύρια λειτουργία του είναι "Flashbots bundles Google Chrome extension".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FlashbotsFriendlyPopup
Λήψη αρχείων επέκτασης FlashbotsFriendlyPopup σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | FlashbotsFriendlyPopup |
ID | fgmlaglojmieknnjmhpkjckiabepcind |
Επίσημο URL | https://chromewebstore.google.com/detail/flashbotsfriendlypopup/fgmlaglojmieknnjmhpkjckiabepcind |
Περιγραφή | Flashbots bundles Google Chrome extension |
Μέγεθος Αρχείου | 2 MB |
Αριθμός Εγκαταστάσεων | 31 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2022-04-06 |
Ημερομηνία Δημοσίευσης | 2022-03-08 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | simonpmullaney |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/simonmullaney/FriendlyFlashbotsPopup |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/simonmullaney/FriendlyFlashbotsPopup/issues |
Υποστηριζόμενες Γλώσσες | 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\/" ] } |