SBC Monkey. One click SBC solver
SBC solver for EA FC 24 web app. Solve any SBC with 1 click.
What is SBC Monkey. One click SBC solver?
SBC Monkey. One click SBC solver is a Chrome extension developed by https://sbcmonkey.com, and its main feature is "SBC solver for EA FC 24 web app. Solve any SBC with 1 click.".
Extension Screenshots
Download SBC Monkey. One click SBC solver Extension CRX File
Download SBC Monkey. One click SBC solver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | SBC Monkey. One click SBC solver |
ID | fdkndehkhodnbelfdlnpgnmegjdklkic |
Official URL | https://chromewebstore.google.com/detail/sbc-monkey-one-click-sbc/fdkndehkhodnbelfdlnpgnmegjdklkic |
Description | SBC solver for EA FC 24 web app. Solve any SBC with 1 click. |
File Size | 253 KB |
Installation Count | 3,861 |
Current Version | 1.1.23 |
Last Updated | 2024-02-05 |
Publish Date | 2023-09-22 |
Rating | 4.37/5 Total 19 Ratings |
Developer | https://sbcmonkey.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://sbcmonkey.com |
Privacy Policy Page URL | https://www.sbcmonkey.com/privacy |
Supported Languages | 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\/*" ] } ] } |