SBC Monkey. One click SBC solver

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

Was ist SBC Monkey. One click SBC solver?

SBC Monkey. One click SBC solver ist eine Chrome-Erweiterung, die von https://sbcmonkey.com entwickelt wurde, und ihr Hauptmerkmal ist "SBC solver for EA FC 24 web app. Solve any SBC with 1 click.".

Erweiterungsscreenshots

screenshot

SBC Monkey. One click SBC solver-Erweiterungs-CRX-Datei herunterladen

Laden Sie SBC Monkey. One click SBC solver-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name SBC Monkey. One click SBC solver SBC Monkey. One click SBC solver
ID fdkndehkhodnbelfdlnpgnmegjdklkic
Offizielle URL https://chromewebstore.google.com/detail/sbc-monkey-one-click-sbc/fdkndehkhodnbelfdlnpgnmegjdklkic
Beschreibung SBC solver for EA FC 24 web app. Solve any SBC with 1 click.
Dateigröße 253 KB
Installationsanzahl 3,861
Aktuelle Version 1.1.23
Letztes Update 2024-02-05
Veröffentlichungsdatum 2023-09-22
Bewertung 4.37/5 Insgesamt 19 Bewertungen
Entwickler https://sbcmonkey.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://sbcmonkey.com
URL der Datenschutzrichtlinien-Seite https://www.sbcmonkey.com/privacy
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}