FlashbotsFriendlyPopup
Flashbots bundles Google Chrome extension
FlashbotsFriendlyPopupคืออะไร?
FlashbotsFriendlyPopup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย simonpmullaney และคุณลักษณะหลักของมันคือ "Flashbots bundles Google Chrome extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FlashbotsFriendlyPopup
ดาวน์โหลดไฟล์ส่วนขยาย 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\/" ] } |