FlashbotsFriendlyPopup

Flashbots bundles Google Chrome extension

Co to jest FlashbotsFriendlyPopup?

FlashbotsFriendlyPopup to rozszerzenie Chrome opracowane przez simonpmullaney, a jego główną funkcją jest „Flashbots bundles Google Chrome extension”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia FlashbotsFriendlyPopup

Pobierz pliki rozszerzeń FlashbotsFriendlyPopup w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa FlashbotsFriendlyPopup FlashbotsFriendlyPopup
ID fgmlaglojmieknnjmhpkjckiabepcind
Oficjalny URL https://chromewebstore.google.com/detail/flashbotsfriendlypopup/fgmlaglojmieknnjmhpkjckiabepcind
Opis Flashbots bundles Google Chrome extension
Rozmiar pliku 2 MB
Liczba instalacji 31
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2022-04-06
Data Publikacji 2022-03-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper simonpmullaney
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/simonmullaney/FriendlyFlashbotsPopup
Adres URL Strony Pomocy https://github.com/simonmullaney/FriendlyFlashbotsPopup/issues
Obsługiwane Języki 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\/"
    ]
}