FUTOMATE

Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items.

FUTOMATEคืออะไร?

FUTOMATE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nivtal9 และคุณลักษณะหลักของมันคือ "Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FUTOMATE

ดาวน์โหลดไฟล์ส่วนขยาย FUTOMATE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Make transfers EASIER on Fifa Ultimate Team Web App.
Listing your items Automatically with full details and control!
 Extension have 3 stages make sure to follow one by one and read instructions and get RICHER with less EFFORT 🤖
**prices avilable for : EAFC24 players, chimestry style, healing & contract cards**

--0.1.4:
added club verification and bug fixes
--0.1.5:
fixes for EAFC24 now supported
--0.1.51:
woman players prices EAFC24 now supported (0.1.5 would not find the prices)
--0.1.52:
support for consumables                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FUTOMATE FUTOMATE
ID igjfliagmoniddoecgjdefaieikpdeon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/futomate/igjfliagmoniddoecgjdefaieikpdeon
คำอธิบาย Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items.
ขนาดไฟล์ 67.29 KB
จำนวนการติดตั้ง 90
เวอร์ชันปัจจุบัน 0.1.521
อัปเดตครั้งล่าสุด 2023-12-08
วันที่เผยแพร่ 2022-10-09
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา nivtal9
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FUTOMATE",
    "description": "Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items.",
    "version": "0.1.521",
    "host_permissions": [
        "https:\/\/www.futbin.com\/players"
    ],
    "icons": {
        "16": "assets\/FUTOMATE128.png",
        "48": "assets\/FUTOMATE128.png",
        "128": "assets\/FUTOMATEFULL.png"
    },
    "action": {
        "default_icon": "assets\/FUTOMATEFULL.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ]
}