FutHelper - Бот EAFC 24

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

O que é FutHelper - Бот EAFC 24?

FutHelper - Бот EAFC 24 é uma extensão do Chrome desenvolvida por https://futhelper.ru, e sua principal característica é "Автоматическая покупка и продажа предметов EAFC. Гибкие настройки торговли. Быстрое получение цен с futbin.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FutHelper - Бот EAFC 24

Baixe arquivos de extensão FutHelper - Бот EAFC 24 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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

Informações Básicas da Extensão

Nome FutHelper - Бот EAFC 24 FutHelper - Бот EAFC 24
ID oiebhmoigadnkhpjalkcpmadpiijapkf
URL Oficial https://chromewebstore.google.com/detail/futhelper-%D0%B1%D0%BE%D1%82-eafc-24/oiebhmoigadnkhpjalkcpmadpiijapkf
Descrição Автоматическая покупка и продажа предметов EAFC. Гибкие настройки торговли. Быстрое получение цен с futbin.
Tamanho do Arquivo 8.08 MB
Contagem de Instalações 34
Versão Atual 2.0.2
Última Atualização 2024-03-01
Data de Publicação 2023-04-21
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor https://futhelper.ru
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://futhelper.ru/
URL da Página de Ajuda https://futhelper.ru/
URL da Página de Política de Privacidade https://futhelper.ru/privacypolicy
Idiomas Suportados 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\/*"
    ]
}