Futinator
Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!
O que é Futinator?
Futinator é uma extensão do Chrome desenvolvida por https://futinator.github.io, e sua principal característica é "Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Futinator
Baixe arquivos de extensão Futinator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Futinator |
ID | ahfgcgcekjnnnacekibcangfooibmehc |
URL Oficial | https://chromewebstore.google.com/detail/futinator/ahfgcgcekjnnnacekibcangfooibmehc |
Descrição | Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others! |
Tamanho do Arquivo | 213 KB |
Contagem de Instalações | 20,000 |
Versão Atual | 4.0.1.3 |
Última Atualização | 2024-02-18 |
Data de Publicação | 2020-06-07 |
Classificação | 4.38/5 Total de 69 Avaliações |
Desenvolvedor | https://futinator.github.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://futinator.github.io/ |
URL da Página de Ajuda | https://futinator.github.io/pages/faq.html |
URL da Página de Política de Privacidade | https://futinator.github.io/pages/policy.html |
Idiomas Suportados | 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" } |