FutHelper - Бот EAFC 24

Автоматическая покупка и продажа предметов EAFC. Гибкие настройки торговли. Быстрое получение цен с futbin.

What is FutHelper - Бот EAFC 24?

FutHelper - Бот EAFC 24 is a Chrome extension developed by https://futhelper.ru, and its main feature is "Автоматическая покупка и продажа предметов EAFC. Гибкие настройки торговли. Быстрое получение цен с futbin.".

Extension Screenshots

screenshot
screenshot
screenshot

Download FutHelper - Бот EAFC 24 Extension CRX File

Download FutHelper - Бот EAFC 24 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Автоматическая покупка и продажа предметов EAFC. Гибкие настройки торговли. Быстрое получение цен с futbin.

Сайт расширения - https://futhelper.ru/                    

Extension Basic Information

Name FutHelper - Бот EAFC 24 FutHelper - Бот EAFC 24
ID oiebhmoigadnkhpjalkcpmadpiijapkf
Official URL https://chromewebstore.google.com/detail/futhelper-%D0%B1%D0%BE%D1%82-eafc-24/oiebhmoigadnkhpjalkcpmadpiijapkf
Description Автоматическая покупка и продажа предметов EAFC. Гибкие настройки торговли. Быстрое получение цен с futbin.
File Size 8.08 MB
Installation Count 34
Current Version 2.0.2
Last Updated 2024-03-01
Publish Date 2023-04-21
Rating 4.20/5 Total 5 Ratings
Developer https://futhelper.ru
Email [email protected]
Payment Type free
Extension Website https://futhelper.ru/
Help Page URL https://futhelper.ru/
Privacy Policy Page URL https://futhelper.ru/privacypolicy
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.2",
    "name": "FutHelper - \u0411\u043e\u0442 EAFC 24",
    "description": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043f\u043e\u043a\u0443\u043f\u043a\u0430 \u0438 \u043f\u0440\u043e\u0434\u0430\u0436\u0430 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u043e\u0432 EAFC. \u0413\u0438\u0431\u043a\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0442\u043e\u0440\u0433\u043e\u0432\u043b\u0438. \u0411\u044b\u0441\u0442\u0440\u043e\u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u0446\u0435\u043d \u0441 futbin.",
    "icons": {
        "16": "assets\/futhelper-16.png",
        "32": "assets\/futhelper-32.png",
        "48": "assets\/futhelper-64.png",
        "128": "assets\/futhelper-128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/futhelper-128.png",
                "assets\/futhelper-disable.png",
                "assets\/futhelper-32.png"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/",
                "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/"
            ],
            "js": [
                "content\/market.js",
                "content\/header.js",
                "content\/futbin.js",
                "components\/market.js",
                "components\/futbin.js",
                "lib\/futbin.js",
                "lib\/interface.js",
                "lib\/market.js"
            ],
            "css": [
                "global.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "host_permissions": [
        "https:\/\/futhelper.ru\/*",
        "https:\/\/utas.mob.v2.fut.ea.com\/*",
        "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/",
        "https:\/\/*.ea.com\/*",
        "http:\/\/localhost:3000\/*",
        "https:\/\/www.futbin.com\/*"
    ]
}