SBC Monkey. One click SBC solver

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

Wat is SBC Monkey. One click SBC solver?

SBC Monkey. One click SBC solver is een Chrome-extensie ontwikkeld door https://sbcmonkey.com, en de belangrijkste functie is "SBC solver for EA FC 24 web app. Solve any SBC with 1 click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SBC Monkey. One click SBC solver

Download SBC Monkey. One click SBC solver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam SBC Monkey. One click SBC solver SBC Monkey. One click SBC solver
ID fdkndehkhodnbelfdlnpgnmegjdklkic
Officiële URL https://chromewebstore.google.com/detail/sbc-monkey-one-click-sbc/fdkndehkhodnbelfdlnpgnmegjdklkic
Beschrijving SBC solver for EA FC 24 web app. Solve any SBC with 1 click.
Bestandsgrootte 253 KB
Aantal Installaties 3,861
Huidige Versie 1.1.23
Laatst Bijgewerkt 2024-02-05
Publicatiedatum 2023-09-22
Beoordeling 4.37/5 Totaal 19 Beoordelingen
Ontwikkelaar https://sbcmonkey.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://sbcmonkey.com
URL van de Privacybeleid Pagina https://www.sbcmonkey.com/privacy
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}