Futinator

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

什麼是Futinator?

Futinator是由https://futinator.github.io開發的Chrome擴展程式,該擴展的主要功能是“Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Futinator擴展crx文件

下載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
官方網址 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"
}