FUTDroid
FUTDroid, the ultimate sniping bot for EAFC24! Generate coins effortlessly, build your dream team, and dominate the weekend league!
FUTDroid란 무엇입니까?
FUTDroid은(는) FUTDroid에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FUTDroid, the ultimate sniping bot for EAFC24! Generate coins effortlessly, build your dream team, and dominate the weekend league!"입니다.
확장 프로그램 스크린샷
FUTDroid 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Ultimate and Safe Sniping Bot for EA FC 24! If you want to build your dream team of Icons and Heroes and dominate the weekend league, FUTDroid is an essential tool for you. Effortlessly generate coins in the transfer market by automatically sniping and selling players. FUTDroid is capable of performing searches and buying players faster than any human can do! From the moment you start using FUTDroid, you will never need to spend a single dime on coins and points again! Join us today and start build your dream team.
확장 프로그램 기본 정보
이름 | FUTDroid |
ID | bhgejomimkhkfilnpcdppnbhojdafjko |
공식 URL | https://chromewebstore.google.com/detail/futdroid/bhgejomimkhkfilnpcdppnbhojdafjko |
설명 | FUTDroid, the ultimate sniping bot for EAFC24! Generate coins effortlessly, build your dream team, and dominate the weekend league! |
파일 크기 | 436 KB |
설치 횟수 | 85 |
현재 버전 | 3.1.0 |
최근 업데이트 | 2024-02-23 |
출시 날짜 | 2023-10-23 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | FUTDroid |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.futdroid.net/ |
도움말 페이지 URL | https://www.futdroid.net/contact/ |
개인정보 보호 정책 페이지 URL | https://www.futdroid.net/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FUTDroid", "description": "FUTDroid, the ultimate sniping bot for EAFC24! Generate coins effortlessly, build your dream team, and dominate the weekend league!", "icons": { "72": "public\/icons\/icon-72x72.png", "128": "public\/icons\/icon-128x128.png", "192": "public\/icons\/icon-192x192.png" }, "version": "3.1.0.0", "version_name": "3.1.0", "manifest_version": 3, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/inject.js-loader-56da66aa.js", "assets\/index.ts-loader-42f7ff85.js" ], "all_frames": false, "css": [ "src\/popup\/index.css", "assets\/index-864e9251.css" ], "matches": [ "*:\/\/www.ea.com\/*" ], "run_at": "document_end" } ], "host_permissions": [ "*:\/\/www.ea.com\/*" ], "permissions": [ "storage", "scripting" ], "web_accessible_resources": [ { "matches": [ "*:\/\/www.ea.com\/*" ], "resources": [ "src\/popup\/index.css", "src\/content-script\/injected.js", "src\/content-script\/servicesInjector.js", "src\/content-script\/index.ts" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/www.ea.com\/*" ], "resources": [ "assets\/inject.js-3a75aed1.js", "assets\/index.ts-27282cc4.js" ], "use_dynamic_url": true } ] } |