FC Enhancer

Enhances your experience with FC24 web app

FC Enhancer là gì?

FC Enhancer là một tiện ích mở rộng Chrome được phát triển bởi https://futnext.com, và tính năng chính của nó là "Enhances your experience with FC24 web app".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FC Enhancer

Tải xuống các tệp mở rộng FC Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FC Enhancer FC Enhancer
ID boffdonfioidojlcpmfnkngipappmcoh
URL Chính Thức https://chromewebstore.google.com/detail/fc-enhancer/boffdonfioidojlcpmfnkngipappmcoh
Mô tả Enhances your experience with FC24 web app
Kích Thước Tệp 899 KB
Số Lần Cài Đặt 101,002
Phiên Bản Hiện Tại 1.1.2.5
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2023-06-29
Đánh Giá 4.77/5 Tổng số 1016 Đánh Giá
Nhà Phát Triển https://futnext.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://discord.com/invite/cktHYmp
URL Trang Trợ Giúp https://discord.com/invite/cktHYmp
URL Trang Chính Sách Bảo Mật https://www.privacy.futhelpers.com
Ngôn Ngữ Được Hỗ Trợ 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"
}