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\/" ] } |