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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to import players from your club and solve Ultimate Team Squad Building Challenges or build meta squads using EasySBC"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EasySBC Player Import एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 |
ईमेल | [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\/*" ] } ] } |