FUT Buyer

FUT Buyer augments the FIFA Ultimate Team (FUT) Web App, primarily using keybinds to make common tasks easier to accomplish.

FUT Buyerคืออะไร?

FUT Buyer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getfutbuyer.com และคุณลักษณะหลักของมันคือ "FUT Buyer augments the FIFA Ultimate Team (FUT) Web App, primarily using keybinds to make common tasks easier to accomplish."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        🌠 Introducing FUT Buyer: Your Ultimate FIFA Companion!

Unlock a world of efficiency with FUT Buyer—a tailor-made keybind solution for the FIFA Ultimate Team Web App. Transform tedious clicks into swift key presses, maximizing your gameplay, and profit-making potential.

💼 Why Choose FUT Buyer?

🎮 Streamlined Gameplay: No more repetitive clicks. Bind common actions like BIN, search, and more to your desired keys.
⏰ Time is Money: Dive into the FIFA Ultimate Team Web App and watch FUT Buyer shave off those precious seconds, giving you the competitive edge in profit-making.
⚠️ Fair Play Reminder: EA promotes a level playing field and does not endorse third-party extensions. Kindly note, when choosing to benefit from FUT Buyer, you acknowledge and accept any associated risks. Play wisely and responsibly!

FUT Buyer — Enhancing Your FIFA Experience, One Key at a Time.                    

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

ชื่อ FUT Buyer FUT Buyer
ID beblikglkphdadgobgmbhjaofbbecmdn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fut-buyer/beblikglkphdadgobgmbhjaofbbecmdn
คำอธิบาย FUT Buyer augments the FIFA Ultimate Team (FUT) Web App, primarily using keybinds to make common tasks easier to accomplish.
ขนาดไฟล์ 213 KB
จำนวนการติดตั้ง 213
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2023-11-17
วันที่เผยแพร่ 2021-12-22
ผู้พัฒนา https://getfutbuyer.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://getfutbuyer.com/products/fut-buyer-premium-month
URL หน้าช่วยเหลือ https://getfutbuyer.com/products/fut-buyer-premium-month
URL หน้านโยบายความเป็นส่วนตัว https://futbuyer.co.uk/pages/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": ".\/popup.html"
    },
    "description": "FUT Buyer augments the FIFA Ultimate Team (FUT) Web App, primarily using keybinds to make common tasks easier to accomplish.",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "32": "assets\/icons\/icon_32.png",
        "64": "assets\/icons\/icon_64.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "manifest_version": 3,
    "name": "FUT Buyer",
    "options_page": ".\/options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ea.com\/*\/ultimate-team\/web-app\/*",
                "*:\/\/ea.com\/*\/ultimate-team\/web-app\/*"
            ],
            "js": [
                ".\/contentScripts.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injectScript.js",
                "*.wav"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "permissions": [
        "scripting",
        "storage",
        "tabs",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "*:\/\/www.ea.com\/*",
        "*:\/\/*.herokuapp.com\/*",
        "*:\/\/apisf.futalert.co.uk\/*",
        "*:\/\/futbin.com\/*",
        "*:\/\/www.futbin.com\/*"
    ],
    "version": "1.1.6"
}