FC Enhancer

Enhances your experience with FC24 web app

Wat is FC Enhancer?

FC Enhancer is een Chrome-extensie ontwikkeld door https://futnext.com, en de belangrijkste functie is "Enhances your experience with FC24 web app".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie FC Enhancer

Download FC Enhancer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam FC Enhancer FC Enhancer
ID boffdonfioidojlcpmfnkngipappmcoh
Officiële URL https://chromewebstore.google.com/detail/fc-enhancer/boffdonfioidojlcpmfnkngipappmcoh
Beschrijving Enhances your experience with FC24 web app
Bestandsgrootte 899 KB
Aantal Installaties 101,002
Huidige Versie 1.1.2.5
Laatst Bijgewerkt 2024-02-26
Publicatiedatum 2023-06-29
Beoordeling 4.77/5 Totaal 1016 Beoordelingen
Ontwikkelaar https://futnext.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://discord.com/invite/cktHYmp
Help Pagina-URL https://discord.com/invite/cktHYmp
URL van de Privacybeleid Pagina https://www.privacy.futhelpers.com
Ondersteunde Talen 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"
}