Futinator

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

Apa itu Futinator?

Futinator adalah ekstensi Chrome yang dikembangkan oleh https://futinator.github.io, dan fitur utamanya adalah "Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Futinator

Unduh file ekstensi Futinator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Futinator Futinator
ID ahfgcgcekjnnnacekibcangfooibmehc
URL Resmi https://chromewebstore.google.com/detail/futinator/ahfgcgcekjnnnacekibcangfooibmehc
Deskripsi Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!
Ukuran File 213 KB
Jumlah Instalasi 20,000
Versi Saat Ini 4.0.1.3
Terakhir Diperbarui 2024-02-18
Tanggal Publikasi 2020-06-07
Penilaian 4.38/5 Total 69 Penilaian
Pengembang https://futinator.github.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://futinator.github.io/
URL Halaman Bantuan https://futinator.github.io/pages/faq.html
URL Halaman Kebijakan Privasi https://futinator.github.io/pages/policy.html
Bahasa yang Didukung 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"
}