EasySBC Player Import

Extension to import players from your club and solve Ultimate Team Squad Building Challenges or build meta squads using EasySBC

什麼是EasySBC Player Import?

EasySBC Player Import是由EasySBC開發的Chrome擴展程式,該擴展的主要功能是“Extension to import players from your club and solve Ultimate Team Squad Building Challenges or build meta squads using EasySBC”。

擴展截圖

screenshot
screenshot
screenshot

下載EasySBC Player Import擴展crx文件

下載EasySBC Player Import擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        EasySBC Player Import

The EasySBC import extension is a tool for importing your FC24 players into the EasySBC web app. 

This chrome extension is used to read your FC24 players through the Ultimate Team Web App. You do this by activating this chrome extension and then browse through your club’s player page.

When imported, these players are used in the web app to give you personalised solutions for squad building challenges (SBCs) in FC24. Here, our AI will search for the cheapest combination of players in your club to solve the SBC!                    

擴展基本資訊

名稱 EasySBC Player Import EasySBC Player Import
ID mchecdiinfipdfihkoebfbpfnllbllhc
官方網址 https://chromewebstore.google.com/detail/easysbc-player-import/mchecdiinfipdfihkoebfbpfnllbllhc
簡介 Extension to import players from your club and solve Ultimate Team Squad Building Challenges or build meta squads using EasySBC
檔案大小 17.96 KB
安裝次數 10,000
目前版本 1.48
更新時間 2023-11-16
上架時間 2021-11-02
評分 4.75/5 共 8 次評分
開發者 EasySBC
電子郵箱 [email protected]
付費類型 free
擴展官網 https://easysbc.io
說明頁面URL https://easysbc.io/contact
隱私政策頁面URL https://easysbc.io/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EasySBC Player Import",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Extension to import players from your club and solve Ultimate Team Squad Building Challenges or build meta squads using EasySBC",
    "version": "1.48",
    "manifest_version": 3,
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "proxy.js",
                "loadContent.js"
            ],
            "matches": [
                "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/easy-sbc.com\/*",
            "*:\/\/easysbc.io\/*",
            "*:\/\/www.easysbc.io\/*",
            "*:\/\/staging.easysbc.io\/*",
            "*:\/\/beta.easysbc.io\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                "*:\/\/www.ea.com\/*"
            ]
        }
    ]
}