FUTOMATE

Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items.

Was ist FUTOMATE?

FUTOMATE ist eine Chrome-Erweiterung, die von nivtal9 entwickelt wurde, und ihr Hauptmerkmal ist "Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

FUTOMATE-Erweiterungs-CRX-Datei herunterladen

Laden Sie FUTOMATE-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

                        Make transfers EASIER on Fifa Ultimate Team Web App.
Listing your items Automatically with full details and control!
 Extension have 3 stages make sure to follow one by one and read instructions and get RICHER with less EFFORT 🤖
**prices avilable for : EAFC24 players, chimestry style, healing & contract cards**

--0.1.4:
added club verification and bug fixes
--0.1.5:
fixes for EAFC24 now supported
--0.1.51:
woman players prices EAFC24 now supported (0.1.5 would not find the prices)
--0.1.52:
support for consumables                    

Grundlegende Informationen zur Erweiterung

Name FUTOMATE FUTOMATE
ID igjfliagmoniddoecgjdefaieikpdeon
Offizielle URL https://chromewebstore.google.com/detail/futomate/igjfliagmoniddoecgjdefaieikpdeon
Beschreibung Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items.
Dateigröße 67.29 KB
Installationsanzahl 90
Aktuelle Version 0.1.521
Letztes Update 2023-12-08
Veröffentlichungsdatum 2022-10-09
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler nivtal9
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FUTOMATE",
    "description": "Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items.",
    "version": "0.1.521",
    "host_permissions": [
        "https:\/\/www.futbin.com\/players"
    ],
    "icons": {
        "16": "assets\/FUTOMATE128.png",
        "48": "assets\/FUTOMATE128.png",
        "128": "assets\/FUTOMATEFULL.png"
    },
    "action": {
        "default_icon": "assets\/FUTOMATEFULL.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ]
}