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
公式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
Eメール [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\/"
    ]
}