FC24 SBC solver

FC24 SBC solver web extension

什么是FC24 SBC solver?

FC24 SBC solver是由https://sbcsolver.com开发的Chrome扩展程序,该扩展的主要功能是“FC24 SBC solver web extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载FC24 SBC solver扩展crx文件

下载FC24 SBC solver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 FC24 SBC solver FC24 SBC solver
ID pemfebgnfmelfnngihagcahokgcfekmk
官方URL https://chromewebstore.google.com/detail/fc24-sbc-solver/pemfebgnfmelfnngihagcahokgcfekmk
简介 FC24 SBC solver web extension
文件大小 1.06 MB
安装次数 2,060
当前版本 0.4.10
更新时间 2024-03-04
上架时间 2021-06-10
评分 4.36/5 共25次评分
开发者 https://sbcsolver.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sbcsolver.com
帮助页面URL https://discord.gg/8SQKZAEhK4
隐私政策页面URL https://sbcsolver.com/info/privacy/policy
支持的语言 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';"
    }
}