SBC Monkey. One click SBC solver

SBC solver for EA FC 24 web app. Solve any SBC with 1 click.

SBC Monkey. One click SBC solverとは何ですか?

SBC Monkey. One click SBC solverはhttps://sbcmonkey.comによって開発されたChromeの拡張機能で、その主な機能は「SBC solver for EA FC 24 web app. Solve any SBC with 1 click.」です。

拡張機能のスクリーンショット

screenshot

SBC Monkey. One click SBC solver拡張機能のCRXファイルをダウンロード

SBC Monkey. One click SBC solver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This tool helps you find SBC solutions using your club items. It uses live market data to recommend the cheapest solution possible based on the items you have provided.

Features:
- Use your club items
- Use live market data
- Satisfy all SBC requirements including chemistry
- Lock items in order to exclude them from solutions
- Prioritise duplicates
- Solve any SBC with 1-click                    

拡張機能の基本情報

名前 SBC Monkey. One click SBC solver SBC Monkey. One click SBC solver
ID fdkndehkhodnbelfdlnpgnmegjdklkic
公式URL https://chromewebstore.google.com/detail/sbc-monkey-one-click-sbc/fdkndehkhodnbelfdlnpgnmegjdklkic
説明 SBC solver for EA FC 24 web app. Solve any SBC with 1 click.
ファイルサイズ 253 KB
インストール数 3,861
現在のバージョン 1.1.23
最終更新日 2024-02-05
公開日 2023-09-22
評価 4.37/5 合計 19 レビュー
開発者 https://sbcmonkey.com
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://sbcmonkey.com
プライバシーポリシーページのURL https://www.sbcmonkey.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "SBC solver for EA FC 24 web app. Solve any SBC with 1 click.",
    "version": "1.1.23",
    "manifest_version": 3,
    "name": "SBC Monkey. One click SBC solver",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon32.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*",
                "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.sbcmonkey.com\/*"
    ],
    "permissions": [
        "cookies",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "overrides.bundle.js"
            ],
            "matches": [
                "https:\/\/www.ea.com\/*"
            ]
        }
    ]
}