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
官方網址 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';"
    }
}