Futinator

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

Cos'è Futinator?

Futinator è un'estensione di Chrome sviluppata da https://futinator.github.io, e la sua funzione principale è "Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Futinator

Scarica i file di estensione Futinator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Futinator Futinator
ID ahfgcgcekjnnnacekibcangfooibmehc
URL Ufficiale https://chromewebstore.google.com/detail/futinator/ahfgcgcekjnnnacekibcangfooibmehc
Descrizione Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!
Dimensione del File 213 KB
Conteggio Installazioni 20,000
Versione Corrente 4.0.1.3
Ultimo Aggiornamento 2024-02-18
Data di Pubblicazione 2020-06-07
Valutazione 4.38/5 Totale 69 Valutazioni
Sviluppatore https://futinator.github.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://futinator.github.io/
URL della Pagina di Aiuto https://futinator.github.io/pages/faq.html
URL della Pagina della Politica sulla Privacy https://futinator.github.io/pages/policy.html
Lingue Supportate 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"
}