FC Enhancer

Enhances your experience with FC24 web app

What is FC Enhancer?

FC Enhancer is a Chrome extension developed by https://futnext.com, and its main feature is "Enhances your experience with FC24 web app".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download FC Enhancer Extension CRX File

Download FC Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name FC Enhancer FC Enhancer
ID boffdonfioidojlcpmfnkngipappmcoh
Official URL https://chromewebstore.google.com/detail/fc-enhancer/boffdonfioidojlcpmfnkngipappmcoh
Description Enhances your experience with FC24 web app
File Size 899 KB
Installation Count 101,002
Current Version 1.1.2.5
Last Updated 2024-02-26
Publish Date 2023-06-29
Rating 4.77/5 Total 1016 Ratings
Developer https://futnext.com
Email [email protected]
Payment Type in_app
Extension Website https://discord.com/invite/cktHYmp
Help Page URL https://discord.com/invite/cktHYmp
Privacy Policy Page URL https://www.privacy.futhelpers.com
Supported Languages 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"
}