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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Fut Easy
ดาวน์โหลดไฟล์ส่วนขยาย Fut Easy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } ] } |