SBC Monkey. One click SBC solver

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

O que é SBC Monkey. One click SBC solver?

SBC Monkey. One click SBC solver é uma extensão do Chrome desenvolvida por https://sbcmonkey.com, e sua principal característica é "SBC solver for EA FC 24 web app. Solve any SBC with 1 click.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SBC Monkey. One click SBC solver

Baixe arquivos de extensão SBC Monkey. One click SBC solver no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome SBC Monkey. One click SBC solver SBC Monkey. One click SBC solver
ID fdkndehkhodnbelfdlnpgnmegjdklkic
URL Oficial https://chromewebstore.google.com/detail/sbc-monkey-one-click-sbc/fdkndehkhodnbelfdlnpgnmegjdklkic
Descrição SBC solver for EA FC 24 web app. Solve any SBC with 1 click.
Tamanho do Arquivo 253 KB
Contagem de Instalações 3,861
Versão Atual 1.1.23
Última Atualização 2024-02-05
Data de Publicação 2023-09-22
Classificação 4.37/5 Total de 19 Avaliações
Desenvolvedor https://sbcmonkey.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://sbcmonkey.com
URL da Página de Política de Privacidade https://www.sbcmonkey.com/privacy
Idiomas Suportados 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\/*"
            ]
        }
    ]
}