Futinator

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

Co to jest Futinator?

Futinator to rozszerzenie Chrome opracowane przez https://futinator.github.io, a jego główną funkcją jest „Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Futinator

Pobierz pliki rozszerzeń Futinator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Futinator Futinator
ID ahfgcgcekjnnnacekibcangfooibmehc
Oficjalny URL https://chromewebstore.google.com/detail/futinator/ahfgcgcekjnnnacekibcangfooibmehc
Opis Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!
Rozmiar pliku 213 KB
Liczba instalacji 20,000
Aktualna Wersja 4.0.1.3
Ostatnia Aktualizacja 2024-02-18
Data Publikacji 2020-06-07
Ocena 4.38/5 Łącznie 69 Oceny
Deweloper https://futinator.github.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://futinator.github.io/
Adres URL Strony Pomocy https://futinator.github.io/pages/faq.html
Adres URL Strony Polityki Prywatności https://futinator.github.io/pages/policy.html
Obsługiwane Języki 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"
}