Futinator

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

Vad är Futinator?

Futinator är en Chrome-tillägg utvecklad av https://futinator.github.io, och dess huvudfunktion är "Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Futinator-förlängningens CRX-fil

Ladda ner Futinator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Futinator Futinator
ID ahfgcgcekjnnnacekibcangfooibmehc
Officiell webbadress https://chromewebstore.google.com/detail/futinator/ahfgcgcekjnnnacekibcangfooibmehc
Beskrivning Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!
Filstorlek 213 KB
Antal Installationer 20,000
Aktuell Version 4.0.1.3
Senast Uppdaterad 2024-02-18
Publiceringsdatum 2020-06-07
Betyg 4.38/5 Totalt 69 Betyg
Utvecklare https://futinator.github.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://futinator.github.io/
Hjälpsida URL https://futinator.github.io/pages/faq.html
URL till Sekretesspolicy Sidan https://futinator.github.io/pages/policy.html
Stödda Språk 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"
}