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
官方網址 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\/*"
            ]
        }
    ]
}