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 là gì?
EasySBC Player Import là một tiện ích mở rộng Chrome được phát triển bởi EasySBC, và tính năng chính của nó là "Extension to import players from your club and solve Ultimate Team Squad Building Challenges or build meta squads using EasySBC".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EasySBC Player Import
Tải xuống các tệp mở rộng EasySBC Player Import dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EasySBC Player Import |
ID | mchecdiinfipdfihkoebfbpfnllbllhc |
URL Chính Thức | https://chromewebstore.google.com/detail/easysbc-player-import/mchecdiinfipdfihkoebfbpfnllbllhc |
Mô tả | Extension to import players from your club and solve Ultimate Team Squad Building Challenges or build meta squads using EasySBC |
Kích Thước Tệp | 17.96 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.48 |
Cập Nhật Lần Cuối | 2023-11-16 |
Ngày Phát Hành | 2021-11-02 |
Đánh Giá | 4.75/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | EasySBC |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://easysbc.io |
URL Trang Trợ Giúp | https://easysbc.io/contact |
URL Trang Chính Sách Bảo Mật | https://easysbc.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |