FC Enhancer

Enhances your experience with FC24 web app

FC Enhancerคืออะไร?

FC Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://futnext.com และคุณลักษณะหลักของมันคือ "Enhances your experience with FC24 web app"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Enhances your experience with FC24 Ultimate Team web app with real time prices, shortcuts & Autobuyer 

Features:
- FUTBIN integration
- Shortcuts 
- Autobuyer with captcha solver
- SBC solutions based on club players
- Evolution suggestions based on club players
- UT Club players Analytics 


Discord channel: https://discord.com/invite/cktHYmp                    

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

ชื่อ FC Enhancer FC Enhancer
ID boffdonfioidojlcpmfnkngipappmcoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fc-enhancer/boffdonfioidojlcpmfnkngipappmcoh
คำอธิบาย Enhances your experience with FC24 web app
ขนาดไฟล์ 899 KB
จำนวนการติดตั้ง 101,002
เวอร์ชันปัจจุบัน 1.1.2.5
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2023-06-29
คะแนน 4.77/5 รวมทั้งหมด 1016 คะแนน
ผู้พัฒนา https://futnext.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://discord.com/invite/cktHYmp
URL หน้าช่วยเหลือ https://discord.com/invite/cktHYmp
URL หน้านโยบายความเป็นส่วนตัว https://www.privacy.futhelpers.com
ภาษาที่รองรับ en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*",
                "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "https:\/\/futbin.com\/*",
        "https:\/\/www.futbin.com\/*",
        "https:\/\/futbin.org\/*",
        "https:\/\/exp.host\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "notifications",
        "alarms"
    ],
    "description": "Enhances your experience with FC24 web app",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FC Enhancer",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/vendor.js",
                "js\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.1.2.5"
}