Smart FUT - FC SBC Solutions

Import your players to Smart FUT to solve FC 24 UT SBCs with your club.

Smart FUT - FC SBC Solutions là gì?

Smart FUT - FC SBC Solutions là một tiện ích mở rộng Chrome được phát triển bởi https://smartfut.app, và tính năng chính của nó là "Import your players to Smart FUT to solve FC 24 UT SBCs with your club.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Smart FUT - FC SBC Solutions

Tải xuống các tệp mở rộng Smart FUT - FC SBC Solutions 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

                        Smart FUT Extension helps you import the players in your FC 24 UT Club to Smart FUT App. 

Use your players in generated cost-optimized SBC solutions with Smart FUT App for FREE.

How to use:
- Download Smart FUT app and create an account
- Download the extension and pin to you browser
- Login to this extension using your Smart FUT account
- Press the start button and go to Club -> Players screen in FC 24 UT Web App.
- Press the "Next" button until you reach the end of your players.
- Return to extension to complete importing your players.
- Now your players are ready to be used in SBC solutions in Smart FUT App.                    

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

Tên Smart FUT - FC SBC Solutions Smart FUT - FC SBC Solutions
ID ipmdimimeibfmbfhpepkpcfoieikfdig
URL Chính Thức https://chromewebstore.google.com/detail/smart-fut-fc-sbc-solution/ipmdimimeibfmbfhpepkpcfoieikfdig
Mô tả Import your players to Smart FUT to solve FC 24 UT SBCs with your club.
Kích Thước Tệp 93.07 KB
Số Lần Cài Đặt 1,221
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-09-30
Ngày Phát Hành 2023-07-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://smartfut.app
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://smartfut.app/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart FUT - FC SBC Solutions",
    "version": "1.3",
    "manifest_version": 3,
    "description": "Import your players to Smart FUT to solve FC 24 UT SBCs with your club.",
    "background": {
        "service_worker": "background.min.js"
    },
    "content_scripts": [
        {
            "js": [
                "proxy.min.js",
                "import_xml_script.min.js"
            ],
            "matches": [
                "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/www.ea.com\/*"
            ],
            "resources": [
                "xml_script.min.js"
            ]
        }
    ],
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "action": {
        "logged_id_popup": "logged_in.html",
        "default_title": "Smart FUT player import",
        "default_popup": "login.html"
    },
    "host_permissions": [
        "https:\/\/api.smartfut.app\/*"
    ],
    "permissions": [
        "storage"
    ]
}