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 क्या है?

Smart FUT - FC SBC Solutions https://smartfut.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import your players to Smart FUT to solve FC 24 UT SBCs with your club."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smart FUT - FC SBC Solutions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Smart FUT - FC SBC Solutions Smart FUT - FC SBC Solutions
ID ipmdimimeibfmbfhpepkpcfoieikfdig
आधिकारिक URL https://chromewebstore.google.com/detail/smart-fut-fc-sbc-solution/ipmdimimeibfmbfhpepkpcfoieikfdig
विवरण Import your players to Smart FUT to solve FC 24 UT SBCs with your club.
फ़ाइल का आकार 93.07 KB
स्थापना संख्या 1,221
वर्तमान संस्करण 1.3
अंतिम अपडेट 2023-09-30
प्रकाशन तिथि 2023-07-14
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://smartfut.app
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://smartfut.app/privacy-policy.html
समर्थित भाषाएँ 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"
    ]
}