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
公式URL 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
Eメール [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\/*"
            ]
        }
    ]
}