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文件
下載Smart FUT - FC SBC Solutions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | ipmdimimeibfmbfhpepkpcfoieikfdig |
| 官方網址 | 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"
]
} | |