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
电子邮箱 [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\/*"
            ]
        }
    ]
}