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 |
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 |
电子邮箱 | [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\/" ] } |