Futinator
Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!
Hvad er Futinator?
Futinator er en Chrome-udvidelse udviklet af https://futinator.github.io, og dens hovedfunktion er "Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!".
Udvidelsesskærmbilleder
Download Futinator-udvidelses-CRX-fil
Download Futinator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Futinator |
ID | ahfgcgcekjnnnacekibcangfooibmehc |
Officiel URL | https://chromewebstore.google.com/detail/futinator/ahfgcgcekjnnnacekibcangfooibmehc |
Beskrivelse | Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others! |
Filstørrelse | 213 KB |
Antal Installationer | 20,000 |
Nuværende Version | 4.0.1.3 |
Senest Opdateret | 2024-02-18 |
Udgivelsesdato | 2020-06-07 |
Bedømmelse | 4.38/5 Samlet 69 Bedømmelser |
Udvikler | https://futinator.github.io |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://futinator.github.io/ |
Hjælpeside-URL | https://futinator.github.io/pages/faq.html |
URL til Fortrolighedspolitik Side | https://futinator.github.io/pages/policy.html |
Understøttede Sprog | 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" } |