Futinator

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

Futinator là gì?

Futinator là một tiện ích mở rộng Chrome được phát triển bởi https://futinator.github.io, và tính năng chính của nó là "Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Futinator

Tải xuống các tệp mở rộng Futinator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Futinator Futinator
ID ahfgcgcekjnnnacekibcangfooibmehc
URL Chính Thức https://chromewebstore.google.com/detail/futinator/ahfgcgcekjnnnacekibcangfooibmehc
Mô tả Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!
Kích Thước Tệp 213 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 4.0.1.3
Cập Nhật Lần Cuối 2024-02-18
Ngày Phát Hành 2020-06-07
Đánh Giá 4.38/5 Tổng số 69 Đánh Giá
Nhà Phát Triển https://futinator.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://futinator.github.io/
URL Trang Trợ Giúp https://futinator.github.io/pages/faq.html
URL Trang Chính Sách Bảo Mật https://futinator.github.io/pages/policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}