FC24 SBC solver

FC24 SBC solver web extension

What is FC24 SBC solver?

FC24 SBC solver is a Chrome extension developed by https://sbcsolver.com, and its main feature is "FC24 SBC solver web extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download FC24 SBC solver Extension CRX File

Download FC24 SBC solver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        FC24 SBC solver is the unique tool to help Fifa players to solve Squad Building Challenges.

Using this extension you and solve any SBC on your UT Web App and build it automatically*.

Features:
- Solve and build any challenge.
- Scan your club to have best solutions.
- Sniping tool for buying cards cheaper.
- Send cards to market to get profit.

* - You need to have unlocked transfer market to build SBC automatically.                    

Extension Basic Information

Name FC24 SBC solver FC24 SBC solver
ID pemfebgnfmelfnngihagcahokgcfekmk
Official URL https://chromewebstore.google.com/detail/fc24-sbc-solver/pemfebgnfmelfnngihagcahokgcfekmk
Description FC24 SBC solver web extension
File Size 1.06 MB
Installation Count 2,060
Current Version 0.4.10
Last Updated 2024-03-04
Publish Date 2021-06-10
Rating 4.36/5 Total 25 Ratings
Developer https://sbcsolver.com
Email [email protected]
Payment Type free
Extension Website https://sbcsolver.com
Help Page URL https://discord.gg/8SQKZAEhK4
Privacy Policy Page URL https://sbcsolver.com/info/privacy/policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FC24 SBC solver",
    "description": "FC24 SBC solver web extension",
    "version": "0.4.10",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/Logo_16.png",
        "48": "icons\/Logo_48.png",
        "128": "icons\/Logo_128.png",
        "256": "icons\/Logo_256.png"
    },
    "action": {
        "default_popup": "www\/index.html#\/popup"
    },
    "background": {
        "service_worker": "www\/js\/bex-background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/",
                "*:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/",
                "*:\/\/sbcsolver.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "www\/js\/bex-content-script.js"
            ],
            "css": []
        }
    ],
    "permissions": [
        "storage",
        "debugger"
    ],
    "host_permissions": [
        "*:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/",
        "*:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/"
    ],
    "optional_host_permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "www\/*",
                "js\/*",
                "css\/*"
            ],
            "matches": [
                "*:\/\/www.ea.com\/*"
            ],
            "extension_ids": []
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/",
            "*:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}