Futinator
Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!
ما هو Futinator؟
Futinator هو إضافة Chrome تم تطويرها بواسطة https://futinator.github.io، والميزة الرئيسية لها هي "Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Futinator
قم بتنزيل ملفات الامتداد Futinator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Futinator is back for EA Sports FC 24! Futinator is a powerful extension that helps to handle the EA Sports FC 24 Ultimate Team web app easier by allowing you to bind common actions (Quick Buy, Search, Change Price, ...) to keys on your keyboard. Snipe faster than others! Futinator can do the work for you like buying, bidding or listing. You can change the key bindings at any time using the Futinator menu. For best experience set Fifa Web App language to english.
معلومات أساسية عن التمديد
الاسم | Futinator |
ID | ahfgcgcekjnnnacekibcangfooibmehc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/futinator/ahfgcgcekjnnnacekibcangfooibmehc |
الوصف | Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others! |
حجم الملف | 213 KB |
عدد التثبيتات | 20,000 |
النسخة الحالية | 4.0.1.3 |
آخر تحديث | 2024-02-18 |
تاريخ النشر | 2020-06-07 |
تقييم | 4.38/5 مجموع تقييمات 69 |
المطور | https://futinator.github.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://futinator.github.io/ |
عنوان صفحة المساعدة | https://futinator.github.io/pages/faq.html |
عنوان صفحة سياسة الخصوصية | https://futinator.github.io/pages/policy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "Logo.png", "default_popup": "options-min.html" }, "content_scripts": [ { "js": [ "backgroundug.js" ], "matches": [ "*:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*" ] } ], "description": "Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!", "icons": { "128": "Logo.png", "16": "Logo.png", "48": "Logo.png" }, "manifest_version": 3, "name": "Futinator", "permissions": [ "storage" ], "short_name": "Futinator", "version": "4.0.1.3" } |