FC Enhancer

Enhances your experience with FC24 web app

Co to jest FC Enhancer?

FC Enhancer to rozszerzenie Chrome opracowane przez https://futnext.com, a jego główną funkcją jest „Enhances your experience with FC24 web app”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia FC Enhancer

Pobierz pliki rozszerzeń FC Enhancer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa FC Enhancer FC Enhancer
ID boffdonfioidojlcpmfnkngipappmcoh
Oficjalny URL https://chromewebstore.google.com/detail/fc-enhancer/boffdonfioidojlcpmfnkngipappmcoh
Opis Enhances your experience with FC24 web app
Rozmiar pliku 899 KB
Liczba instalacji 101,002
Aktualna Wersja 1.1.2.5
Ostatnia Aktualizacja 2024-02-26
Data Publikacji 2023-06-29
Ocena 4.77/5 Łącznie 1016 Oceny
Deweloper https://futnext.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://discord.com/invite/cktHYmp
Adres URL Strony Pomocy https://discord.com/invite/cktHYmp
Adres URL Strony Polityki Prywatności https://www.privacy.futhelpers.com
Obsługiwane Języki 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"
}