FlashbotsFriendlyPopup

Flashbots bundles Google Chrome extension

什麼是FlashbotsFriendlyPopup?

FlashbotsFriendlyPopup是由simonpmullaney開發的Chrome擴展程式,該擴展的主要功能是“Flashbots bundles Google Chrome extension”。

擴展截圖

下載FlashbotsFriendlyPopup擴展crx文件

下載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 FlashbotsFriendlyPopup
ID fgmlaglojmieknnjmhpkjckiabepcind
官方網址 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\/"
    ]
}