FUT Auto Sniper Trader
FUT Auto Sniper Trader for FIFA 21 FUT web app.
FUT Auto Sniper Trader란 무엇입니까?
FUT Auto Sniper Trader은(는) fut auto sniper trader에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FUT Auto Sniper Trader for FIFA 21 FUT web app."입니다.
확장 프로그램 스크린샷
FUT Auto Sniper Trader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Herramienta de sniping definitiva para la aplicación web FIFA 21 FUT Extensión de navegador que simula el comportamiento humano y ayuda a automatizar el proceso de sniping sin usar la API de la APLICACIÓN WEB oficial de la FIFA lo que elimina el riesgo de ser baneado y/o bloqueado.
확장 프로그램 기본 정보
이름 | |
ID | djlnjaoehflhghelgmpbmaomppgcojfj |
공식 URL | https://chrome.google.com/webstore/detail/fut-auto-sniper-trader/djlnjaoehflhghelgmpbmaomppgcojfj |
설명 | FUT Auto Sniper Trader for FIFA 21 FUT web app. |
파일 크기 | 1.51 MB |
설치 횟수 | 193 |
현재 버전 | 0.0.5 |
최근 업데이트 | 2021-01-28 |
출시 날짜 | 2021-01-28 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | fut auto sniper trader |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://futautosnipertrader.com |
지원되는 언어 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "img\/icon_128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "verify.min.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.ea.com\/*" ], "js": [ "lib\/jquery-3.5.1.min.js", "lib\/jquery-ui.min.js", "lib\/all.js", "content.min.js" ], "css": [ "css\/jquery-ui.min.css", "css\/frame.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "frame.html", "img\/background.png", "environment.json" ], "icons": { "128": "img\/icon_128.png", "48": "img\/icon_48.png", "16": "img\/icon_16.png" }, "manifest_version": 2, "name": "FUT Auto Sniper Trader", "description": "FUT Auto Sniper Trader for FIFA 21 FUT web app.", "short_name": "FAST", "version": "0.0.5" } |