FUTOMATE
Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items.
FUTOMATE란 무엇입니까?
FUTOMATE은(는) nivtal9에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items."입니다.
확장 프로그램 스크린샷
FUTOMATE 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Make transfers EASIER on Fifa Ultimate Team Web App. Listing your items Automatically with full details and control! Extension have 3 stages make sure to follow one by one and read instructions and get RICHER with less EFFORT 🤖 **prices avilable for : EAFC24 players, chimestry style, healing & contract cards** --0.1.4: added club verification and bug fixes --0.1.5: fixes for EAFC24 now supported --0.1.51: woman players prices EAFC24 now supported (0.1.5 would not find the prices) --0.1.52: support for consumables
확장 프로그램 기본 정보
이름 | FUTOMATE |
ID | igjfliagmoniddoecgjdefaieikpdeon |
공식 URL | https://chromewebstore.google.com/detail/futomate/igjfliagmoniddoecgjdefaieikpdeon |
설명 | Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items. |
파일 크기 | 67.29 KB |
설치 횟수 | 90 |
현재 버전 | 0.1.521 |
최근 업데이트 | 2023-12-08 |
출시 날짜 | 2022-10-09 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | nivtal9 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FUTOMATE", "description": "Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items.", "version": "0.1.521", "host_permissions": [ "https:\/\/www.futbin.com\/players" ], "icons": { "16": "assets\/FUTOMATE128.png", "48": "assets\/FUTOMATE128.png", "128": "assets\/FUTOMATEFULL.png" }, "action": { "default_icon": "assets\/FUTOMATEFULL.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/" ], "js": [ "contentScript.js" ], "css": [ "contentScript.css" ] } ] } |