SBC Monkey. One click SBC solver
SBC solver for EA FC 24 web app. Solve any SBC with 1 click.
SBC Monkey. One click SBC solver란 무엇입니까?
SBC Monkey. One click SBC solver은(는) https://sbcmonkey.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SBC solver for EA FC 24 web app. Solve any SBC with 1 click."입니다.
확장 프로그램 스크린샷
SBC Monkey. One click SBC solver 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | SBC Monkey. One click SBC solver |
ID | fdkndehkhodnbelfdlnpgnmegjdklkic |
공식 URL | https://chromewebstore.google.com/detail/sbc-monkey-one-click-sbc/fdkndehkhodnbelfdlnpgnmegjdklkic |
설명 | SBC solver for EA FC 24 web app. Solve any SBC with 1 click. |
파일 크기 | 253 KB |
설치 횟수 | 3,861 |
현재 버전 | 1.1.23 |
최근 업데이트 | 2024-02-05 |
출시 날짜 | 2023-09-22 |
평점 | 4.37/5 총 19 개의 평점 |
개발자 | https://sbcmonkey.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://sbcmonkey.com |
개인정보 보호 정책 페이지 URL | https://www.sbcmonkey.com/privacy |
지원되는 언어 | 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\/*" ] } ] } |