Futinator

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

Что такое Futinator?

Futinator - это расширение Chrome, разработанное https://futinator.github.io, и его основная функция - "Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Futinator

Скачайте файлы расширений Futinator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Futinator Futinator
ID ahfgcgcekjnnnacekibcangfooibmehc
Официальный URL https://chromewebstore.google.com/detail/futinator/ahfgcgcekjnnnacekibcangfooibmehc
Описание Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!
Размер файла 213 KB
Количество установок 20,000
Текущая Версия 4.0.1.3
Последнее Обновление 2024-02-18
Дата публикации 2020-06-07
Рейтинг 4.38/5 Всего 69 оценок
Разработчик https://futinator.github.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://futinator.github.io/
URL страницы помощи https://futinator.github.io/pages/faq.html
URL страницы политики конфиденциальности https://futinator.github.io/pages/policy.html
Поддерживаемые языки 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"
}