FC Enhancer

Enhances your experience with FC24 web app

Co je FC Enhancer?

FC Enhancer je rozšíření Chrome vyvinuté https://futnext.com, a jeho hlavní funkcí je „Enhances your experience with FC24 web app“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření FC Enhancer

Stáhněte si soubory rozšíření FC Enhancer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název FC Enhancer FC Enhancer
ID boffdonfioidojlcpmfnkngipappmcoh
Oficiální URL https://chromewebstore.google.com/detail/fc-enhancer/boffdonfioidojlcpmfnkngipappmcoh
Popis Enhances your experience with FC24 web app
Velikost souboru 899 KB
Počet instalací 101,002
Aktuální Verze 1.1.2.5
Poslední Aktualizace 2024-02-26
Datum Vydání 2023-06-29
Hodnocení 4.77/5 Celkem 1016 Hodnocení
Vývojář https://futnext.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://discord.com/invite/cktHYmp
URL Stránky Nápovědy https://discord.com/invite/cktHYmp
URL Stránky Zásad Ochrany Soukromí https://www.privacy.futhelpers.com
Podporované Jazyky 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"
}