Fut Easy

An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru

Was ist Fut Easy?

Fut Easy ist eine Chrome-Erweiterung, die von https://futeasy.ru entwickelt wurde, und ihr Hauptmerkmal ist "An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Fut Easy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fut Easy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Helping to earn coins in EA FC 24 Ultimate Team faster.
Opportunities:
 - autofill any SBC
 - easy snipe
 - easy grind
 - trade statistics
 - grind statistics
 - hot keys and additional interface elements                    

Grundlegende Informationen zur Erweiterung

Name Fut Easy Fut Easy
ID jddadmedgnlpgbapoobifooadjfgahkk
Offizielle URL https://chromewebstore.google.com/detail/fut-easy/jddadmedgnlpgbapoobifooadjfgahkk
Beschreibung An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru
Dateigröße 371 KB
Installationsanzahl 1,360
Aktuelle Version 4.6.0
Letztes Update 2024-02-19
Veröffentlichungsdatum 2020-07-03
Bewertung 4.68/5 Insgesamt 31 Bewertungen
Entwickler https://futeasy.ru
E-Mail [email protected]
Zahlungsart in_app
URL der Datenschutzrichtlinien-Seite https://futeasy.ru/policy
Unterstützte Sprachen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fut Easy",
    "version": "4.6.0",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "128": "images\/disable.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content\/proxy.js",
                "content\/load_hook.js",
                "content\/content.js"
            ],
            "matches": [
                "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*",
                "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "content\/proxy.js",
                "content\/load_hook.js",
                "content\/content.js"
            ],
            "matches": [
                "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*",
                "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/active.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/injectedContent.js",
                "sound\/success.mp3",
                "sound\/fail.mp3"
            ],
            "matches": [
                "https:\/\/www.ea.com\/*"
            ]
        }
    ]
}