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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/ |
도움말 페이지 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" } |