FlashbotsFriendlyPopup
Flashbots bundles Google Chrome extension
Cos'è FlashbotsFriendlyPopup?
FlashbotsFriendlyPopup è un'estensione di Chrome sviluppata da simonpmullaney, e la sua funzione principale è "Flashbots bundles Google Chrome extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FlashbotsFriendlyPopup
Scarica i file di estensione FlashbotsFriendlyPopup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | FlashbotsFriendlyPopup |
ID | fgmlaglojmieknnjmhpkjckiabepcind |
URL Ufficiale | https://chromewebstore.google.com/detail/flashbotsfriendlypopup/fgmlaglojmieknnjmhpkjckiabepcind |
Descrizione | Flashbots bundles Google Chrome extension |
Dimensione del File | 2 MB |
Conteggio Installazioni | 31 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2022-04-06 |
Data di Pubblicazione | 2022-03-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | simonpmullaney |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/simonmullaney/FriendlyFlashbotsPopup |
URL della Pagina di Aiuto | https://github.com/simonmullaney/FriendlyFlashbotsPopup/issues |
Lingue Supportate | 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\/" ] } |