Fut Easy
An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru
Fut Easy क्या है?
Fut Easy https://futeasy.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fut Easy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Helping to earn coins in EA FC 24 Ultimate Team faster. Opportunities: - autofill any SBC - easy snipe - easy grind - trade statistics - grind statistics - hot keys and additional interface elements
एक्सटेंशन की मूल जानकारी
नाम | Fut Easy |
ID | jddadmedgnlpgbapoobifooadjfgahkk |
आधिकारिक URL | https://chromewebstore.google.com/detail/fut-easy/jddadmedgnlpgbapoobifooadjfgahkk |
विवरण | An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru |
फ़ाइल का आकार | 371 KB |
स्थापना संख्या | 1,360 |
वर्तमान संस्करण | 4.6.0 |
अंतिम अपडेट | 2024-02-19 |
प्रकाशन तिथि | 2020-07-03 |
रेटिंग | 4.68/5 कुल 31 रेटिंग्स |
डेवलपर | https://futeasy.ru |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
गोपनीयता नीति पृष्ठ URL | https://futeasy.ru/policy |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fut Easy", "version": "4.6.0", "description": "__MSG_extDescription__", "default_locale": "en", "background": { "service_worker": "background\/background.js" }, "action": { "default_popup": "popup\/popup.html", "default_icon": { "128": "images\/disable.png" } }, "content_scripts": [ { "js": [ "content\/proxy.js", "content\/load_hook.js", "content\/content.js" ], "matches": [ "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*", "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*" ], "run_at": "document_start" }, { "js": [ "content\/proxy.js", "content\/load_hook.js", "content\/content.js" ], "matches": [ "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*", "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*" ], "run_at": "document_start" } ], "icons": { "128": "images\/active.png" }, "manifest_version": 3, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "content\/injectedContent.js", "sound\/success.mp3", "sound\/fail.mp3" ], "matches": [ "https:\/\/www.ea.com\/*" ] } ] } |