FlashbotsFriendlyPopup
Flashbots bundles Google Chrome extension
FlashbotsFriendlyPopup là gì?
FlashbotsFriendlyPopup là một tiện ích mở rộng Chrome được phát triển bởi simonpmullaney, và tính năng chính của nó là "Flashbots bundles Google Chrome extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FlashbotsFriendlyPopup
Tải xuống các tệp mở rộng FlashbotsFriendlyPopup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FlashbotsFriendlyPopup |
ID | fgmlaglojmieknnjmhpkjckiabepcind |
URL Chính Thức | https://chromewebstore.google.com/detail/flashbotsfriendlypopup/fgmlaglojmieknnjmhpkjckiabepcind |
Mô tả | Flashbots bundles Google Chrome extension |
Kích Thước Tệp | 2 MB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2022-04-06 |
Ngày Phát Hành | 2022-03-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | simonpmullaney |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/simonmullaney/FriendlyFlashbotsPopup |
URL Trang Trợ Giúp | https://github.com/simonmullaney/FriendlyFlashbotsPopup/issues |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |