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"
}