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
公式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
Eメール [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"
}