Futinator

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

Qu'est-ce que Futinator ?

Futinator est une extension Chrome développée par https://futinator.github.io, et sa fonction principale est "Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Futinator

Téléchargez les fichiers d'extension Futinator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Futinator Futinator
ID ahfgcgcekjnnnacekibcangfooibmehc
URL Officiel 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!
Taille du Fichier 213 KB
Nombre d'Installations 20,000
Version Actuelle 4.0.1.3
Dernière Mise à Jour 2024-02-18
Date de Publication 2020-06-07
Évaluation 4.38/5 Total 69 Évaluations
Développeur https://futinator.github.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://futinator.github.io/
URL de la Page d'Aide https://futinator.github.io/pages/faq.html
URL de la Page de Politique de Confidentialité https://futinator.github.io/pages/policy.html
Langues Prises en Charge 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"
}