FlashbotsFriendlyPopup

Flashbots bundles Google Chrome extension

Apa itu FlashbotsFriendlyPopup?

FlashbotsFriendlyPopup adalah ekstensi Chrome yang dikembangkan oleh simonpmullaney, dan fitur utamanya adalah "Flashbots bundles Google Chrome extension".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi FlashbotsFriendlyPopup

Unduh file ekstensi FlashbotsFriendlyPopup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama FlashbotsFriendlyPopup FlashbotsFriendlyPopup
ID fgmlaglojmieknnjmhpkjckiabepcind
URL Resmi https://chromewebstore.google.com/detail/flashbotsfriendlypopup/fgmlaglojmieknnjmhpkjckiabepcind
Deskripsi Flashbots bundles Google Chrome extension
Ukuran File 2 MB
Jumlah Instalasi 31
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2022-04-06
Tanggal Publikasi 2022-03-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang simonpmullaney
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/simonmullaney/FriendlyFlashbotsPopup
URL Halaman Bantuan https://github.com/simonmullaney/FriendlyFlashbotsPopup/issues
Bahasa yang Didukung 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\/"
    ]
}