FC24 SBC solver
FC24 SBC solver web extension
FC24 SBC solver là gì?
FC24 SBC solver là một tiện ích mở rộng Chrome được phát triển bởi https://sbcsolver.com, và tính năng chính của nó là "FC24 SBC solver web extension".
Ả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 FC24 SBC solver
Tải xuống các tệp mở rộng FC24 SBC solver 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
FC24 SBC solver is the unique tool to help Fifa players to solve Squad Building Challenges. Using this extension you and solve any SBC on your UT Web App and build it automatically*. Features: - Solve and build any challenge. - Scan your club to have best solutions. - Sniping tool for buying cards cheaper. - Send cards to market to get profit. * - You need to have unlocked transfer market to build SBC automatically.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FC24 SBC solver |
ID | pemfebgnfmelfnngihagcahokgcfekmk |
URL Chính Thức | https://chromewebstore.google.com/detail/fc24-sbc-solver/pemfebgnfmelfnngihagcahokgcfekmk |
Mô tả | FC24 SBC solver web extension |
Kích Thước Tệp | 1.06 MB |
Số Lần Cài Đặt | 2,060 |
Phiên Bản Hiện Tại | 0.4.10 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2021-06-10 |
Đánh Giá | 4.36/5 Tổng số 25 Đánh Giá |
Nhà Phát Triển | https://sbcsolver.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sbcsolver.com |
URL Trang Trợ Giúp | https://discord.gg/8SQKZAEhK4 |
URL Trang Chính Sách Bảo Mật | https://sbcsolver.com/info/privacy/policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FC24 SBC solver", "description": "FC24 SBC solver web extension", "version": "0.4.10", "manifest_version": 3, "icons": { "16": "icons\/Logo_16.png", "48": "icons\/Logo_48.png", "128": "icons\/Logo_128.png", "256": "icons\/Logo_256.png" }, "action": { "default_popup": "www\/index.html#\/popup" }, "background": { "service_worker": "www\/js\/bex-background.js" }, "content_scripts": [ { "matches": [ "*:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/", "*:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/", "*:\/\/sbcsolver.com\/*" ], "run_at": "document_idle", "js": [ "www\/js\/bex-content-script.js" ], "css": [] } ], "permissions": [ "storage", "debugger" ], "host_permissions": [ "*:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/", "*:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/" ], "optional_host_permissions": [], "web_accessible_resources": [ { "resources": [ "www\/*", "js\/*", "css\/*" ], "matches": [ "*:\/\/www.ea.com\/*" ], "extension_ids": [] } ], "externally_connectable": { "matches": [ "*:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/", "*:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } } |