Futinator
Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!
什么是Futinator?
Futinator是由https://futinator.github.io开发的Chrome扩展程序,该扩展的主要功能是“Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!”。
扩展截图
下载Futinator扩展crx文件
下载Futinator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/ |
帮助页面URL | https://futinator.github.io/pages/faq.html |
隐私政策页面URL | 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" } |