FC Enhancer

Enhances your experience with FC24 web app

Что такое FC Enhancer?

FC Enhancer - это расширение Chrome, разработанное https://futnext.com, и его основная функция - "Enhances your experience with FC24 web app".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения FC Enhancer

Скачайте файлы расширений FC Enhancer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Enhances your experience with FC24 Ultimate Team web app with real time prices, shortcuts & Autobuyer 

Features:
- FUTBIN integration
- Shortcuts 
- Autobuyer with captcha solver
- SBC solutions based on club players
- Evolution suggestions based on club players
- UT Club players Analytics 


Discord channel: https://discord.com/invite/cktHYmp                    

Основная информация о расширении

Название FC Enhancer FC Enhancer
ID boffdonfioidojlcpmfnkngipappmcoh
Официальный URL https://chromewebstore.google.com/detail/fc-enhancer/boffdonfioidojlcpmfnkngipappmcoh
Описание Enhances your experience with FC24 web app
Размер файла 899 KB
Количество установок 101,002
Текущая Версия 1.1.2.5
Последнее Обновление 2024-02-26
Дата публикации 2023-06-29
Рейтинг 4.77/5 Всего 1016 оценок
Разработчик https://futnext.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://discord.com/invite/cktHYmp
URL страницы помощи https://discord.com/invite/cktHYmp
URL страницы политики конфиденциальности https://www.privacy.futhelpers.com
Поддерживаемые языки en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*",
                "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "https:\/\/futbin.com\/*",
        "https:\/\/www.futbin.com\/*",
        "https:\/\/futbin.org\/*",
        "https:\/\/exp.host\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "notifications",
        "alarms"
    ],
    "description": "Enhances your experience with FC24 web app",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FC Enhancer",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/vendor.js",
                "js\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.1.2.5"
}