SBC Monkey. One click SBC solver
SBC solver for EA FC 24 web app. Solve any SBC with 1 click.
Cos'è SBC Monkey. One click SBC solver?
SBC Monkey. One click SBC solver è un'estensione di Chrome sviluppata da https://sbcmonkey.com, e la sua funzione principale è "SBC solver for EA FC 24 web app. Solve any SBC with 1 click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SBC Monkey. One click SBC solver
Scarica i file di estensione SBC Monkey. One click SBC solver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | SBC Monkey. One click SBC solver |
ID | fdkndehkhodnbelfdlnpgnmegjdklkic |
URL Ufficiale | https://chromewebstore.google.com/detail/sbc-monkey-one-click-sbc/fdkndehkhodnbelfdlnpgnmegjdklkic |
Descrizione | SBC solver for EA FC 24 web app. Solve any SBC with 1 click. |
Dimensione del File | 253 KB |
Conteggio Installazioni | 3,861 |
Versione Corrente | 1.1.23 |
Ultimo Aggiornamento | 2024-02-05 |
Data di Pubblicazione | 2023-09-22 |
Valutazione | 4.37/5 Totale 19 Valutazioni |
Sviluppatore | https://sbcmonkey.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://sbcmonkey.com |
URL della Pagina della Politica sulla Privacy | https://www.sbcmonkey.com/privacy |
Lingue Supportate | 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\/*" ] } ] } |