Futinator
Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!
Was ist Futinator?
Futinator ist eine Chrome-Erweiterung, die von https://futinator.github.io entwickelt wurde, und ihr Hauptmerkmal ist "Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!".
Erweiterungsscreenshots
Futinator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Futinator-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
Futinator is back for EA Sports FC 24! Futinator is a powerful extension that helps to handle the EA Sports FC 24 Ultimate Team web app easier by allowing you to bind common actions (Quick Buy, Search, Change Price, ...) to keys on your keyboard. Snipe faster than others! Futinator can do the work for you like buying, bidding or listing. You can change the key bindings at any time using the Futinator menu. For best experience set Fifa Web App language to english.
Grundlegende Informationen zur Erweiterung
Name | Futinator |
ID | ahfgcgcekjnnnacekibcangfooibmehc |
Offizielle URL | https://chromewebstore.google.com/detail/futinator/ahfgcgcekjnnnacekibcangfooibmehc |
Beschreibung | Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others! |
Dateigröße | 213 KB |
Installationsanzahl | 20,000 |
Aktuelle Version | 4.0.1.3 |
Letztes Update | 2024-02-18 |
Veröffentlichungsdatum | 2020-06-07 |
Bewertung | 4.38/5 Insgesamt 69 Bewertungen |
Entwickler | https://futinator.github.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://futinator.github.io/ |
Hilfeseite URL | https://futinator.github.io/pages/faq.html |
URL der Datenschutzrichtlinien-Seite | https://futinator.github.io/pages/policy.html |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "Logo.png", "default_popup": "options-min.html" }, "content_scripts": [ { "js": [ "backgroundug.js" ], "matches": [ "*:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*" ] } ], "description": "Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!", "icons": { "128": "Logo.png", "16": "Logo.png", "48": "Logo.png" }, "manifest_version": 3, "name": "Futinator", "permissions": [ "storage" ], "short_name": "Futinator", "version": "4.0.1.3" } |