Smart FUT - FC SBC Solutions
Import your players to Smart FUT to solve FC 24 UT SBCs with your club.
Smart FUT - FC SBC Solutions란 무엇입니까?
Smart FUT - FC SBC Solutions은(는) https://smartfut.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import your players to Smart FUT to solve FC 24 UT SBCs with your club."입니다.
확장 프로그램 스크린샷
Smart FUT - FC SBC Solutions 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Smart FUT Extension helps you import the players in your FC 24 UT Club to Smart FUT App. Use your players in generated cost-optimized SBC solutions with Smart FUT App for FREE. How to use: - Download Smart FUT app and create an account - Download the extension and pin to you browser - Login to this extension using your Smart FUT account - Press the start button and go to Club -> Players screen in FC 24 UT Web App. - Press the "Next" button until you reach the end of your players. - Return to extension to complete importing your players. - Now your players are ready to be used in SBC solutions in Smart FUT App.
확장 프로그램 기본 정보
이름 | Smart FUT - FC SBC Solutions |
ID | ipmdimimeibfmbfhpepkpcfoieikfdig |
공식 URL | https://chromewebstore.google.com/detail/smart-fut-fc-sbc-solution/ipmdimimeibfmbfhpepkpcfoieikfdig |
설명 | Import your players to Smart FUT to solve FC 24 UT SBCs with your club. |
파일 크기 | 93.07 KB |
설치 횟수 | 1,221 |
현재 버전 | 1.3 |
최근 업데이트 | 2023-09-30 |
출시 날짜 | 2023-07-14 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://smartfut.app |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://smartfut.app/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart FUT - FC SBC Solutions", "version": "1.3", "manifest_version": 3, "description": "Import your players to Smart FUT to solve FC 24 UT SBCs with your club.", "background": { "service_worker": "background.min.js" }, "content_scripts": [ { "js": [ "proxy.min.js", "import_xml_script.min.js" ], "matches": [ "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ "*:\/\/www.ea.com\/*" ], "resources": [ "xml_script.min.js" ] } ], "icons": { "128": "128.png", "48": "48.png", "16": "16.png" }, "action": { "logged_id_popup": "logged_in.html", "default_title": "Smart FUT player import", "default_popup": "login.html" }, "host_permissions": [ "https:\/\/api.smartfut.app\/*" ], "permissions": [ "storage" ] } |