Fut Easy
An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru
Fut Easy란 무엇입니까?
Fut Easy은(는) https://futeasy.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru"입니다.
확장 프로그램 스크린샷
Fut Easy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Helping to earn coins in EA FC 24 Ultimate Team faster. Opportunities: - autofill any SBC - easy snipe - easy grind - trade statistics - grind statistics - hot keys and additional interface elements
확장 프로그램 기본 정보
이름 | Fut Easy |
ID | jddadmedgnlpgbapoobifooadjfgahkk |
공식 URL | https://chromewebstore.google.com/detail/fut-easy/jddadmedgnlpgbapoobifooadjfgahkk |
설명 | An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru |
파일 크기 | 371 KB |
설치 횟수 | 1,360 |
현재 버전 | 4.6.0 |
최근 업데이트 | 2024-02-19 |
출시 날짜 | 2020-07-03 |
평점 | 4.68/5 총 31 개의 평점 |
개발자 | https://futeasy.ru |
이메일 | [email protected] |
결제 유형 | in_app |
개인정보 보호 정책 페이지 URL | https://futeasy.ru/policy |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fut Easy", "version": "4.6.0", "description": "__MSG_extDescription__", "default_locale": "en", "background": { "service_worker": "background\/background.js" }, "action": { "default_popup": "popup\/popup.html", "default_icon": { "128": "images\/disable.png" } }, "content_scripts": [ { "js": [ "content\/proxy.js", "content\/load_hook.js", "content\/content.js" ], "matches": [ "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*", "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*" ], "run_at": "document_start" }, { "js": [ "content\/proxy.js", "content\/load_hook.js", "content\/content.js" ], "matches": [ "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*", "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*" ], "run_at": "document_start" } ], "icons": { "128": "images\/active.png" }, "manifest_version": 3, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "content\/injectedContent.js", "sound\/success.mp3", "sound\/fail.mp3" ], "matches": [ "https:\/\/www.ea.com\/*" ] } ] } |