FlashbotsFriendlyPopup

Flashbots bundles Google Chrome extension

ما هو FlashbotsFriendlyPopup؟

FlashbotsFriendlyPopup هو إضافة Chrome تم تطويرها بواسطة simonpmullaney، والميزة الرئيسية لها هي "Flashbots bundles Google Chrome extension".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة FlashbotsFriendlyPopup

قم بتنزيل ملفات الامتداد FlashbotsFriendlyPopup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/simonmullaney/FriendlyFlashbotsPopup
عنوان صفحة المساعدة 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\/"
    ]
}