FutHelper - Бот EAFC 24

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

什么是FutHelper - Бот EAFC 24?

FutHelper - Бот EAFC 24是由https://futhelper.ru开发的Chrome扩展程序,该扩展的主要功能是“Автоматическая покупка и продажа предметов EAFC. Гибкие настройки торговли. Быстрое получение цен с futbin.”。

扩展截图

screenshot
screenshot
screenshot

下载FutHelper - Бот EAFC 24扩展crx文件

下载FutHelper - Бот EAFC 24扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

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

扩展基本信息

名称 FutHelper - Бот EAFC 24 FutHelper - Бот EAFC 24
ID oiebhmoigadnkhpjalkcpmadpiijapkf
官方URL https://chromewebstore.google.com/detail/futhelper-%D0%B1%D0%BE%D1%82-eafc-24/oiebhmoigadnkhpjalkcpmadpiijapkf
简介 Автоматическая покупка и продажа предметов EAFC. Гибкие настройки торговли. Быстрое получение цен с futbin.
文件大小 8.08 MB
安装次数 34
当前版本 2.0.2
更新时间 2024-03-01
上架时间 2023-04-21
评分 4.20/5 共5次评分
开发者 https://futhelper.ru
电子邮箱 [email protected]
付费类型 free
扩展官网 https://futhelper.ru/
帮助页面URL https://futhelper.ru/
隐私政策页面URL https://futhelper.ru/privacypolicy
支持的语言 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\/*"
    ]
}