Futinator

Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!

What is Futinator?

Futinator is a Chrome extension developed by https://futinator.github.io, and its main feature is "Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Futinator Extension CRX File

Download Futinator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Futinator Futinator
ID ahfgcgcekjnnnacekibcangfooibmehc
Official URL https://chromewebstore.google.com/detail/futinator/ahfgcgcekjnnnacekibcangfooibmehc
Description Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!
File Size 213 KB
Installation Count 20,000
Current Version 4.0.1.3
Last Updated 2024-02-18
Publish Date 2020-06-07
Rating 4.38/5 Total 69 Ratings
Developer https://futinator.github.io
Email [email protected]
Payment Type free
Extension Website https://futinator.github.io/
Help Page URL https://futinator.github.io/pages/faq.html
Privacy Policy Page URL https://futinator.github.io/pages/policy.html
Supported Languages 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"
}