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
Eメール [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';"
    }
}