EAFC Sniping Bot
The all-in-one EAFC Sniping Bot
EAFC Sniping Bot란 무엇입니까?
EAFC Sniping Bot은(는) https://eafcsnipingbot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The all-in-one EAFC Sniping Bot"입니다.
확장 프로그램 스크린샷
EAFC Sniping Bot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The all-in-one EAFC Sniping Bot This EA FC Ultimate Team Web App tool automates sniping and selling to make coins without much effort, performing actions faster than any human could do while you sit back. Join us now by installing our easy-to-use sniping bot and start building your dream team!
확장 프로그램 기본 정보
이름 | EAFC Sniping Bot |
ID | lgfbejfchjmlmoinjabomjkoomnekgko |
공식 URL | https://chromewebstore.google.com/detail/eafc-sniping-bot/lgfbejfchjmlmoinjabomjkoomnekgko |
설명 | The all-in-one EAFC Sniping Bot |
파일 크기 | 668 KB |
설치 횟수 | 483 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2023-12-01 |
출시 날짜 | 2023-09-21 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | https://eafcsnipingbot.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://eafcsnipingbot.com |
도움말 페이지 URL | http://eafcsnipingbot.com/contact |
개인정보 보호 정책 페이지 URL | http://eafcsnipingbot.com/privacypolicy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "EAFC Sniping Bot", "version": "1.2.2", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3Id3UMUu+WmPw1jAKDUny5WCXuFqFYWOAIvwiHHy4g2FGt5bbgxNewH0G4EDj\/qQ8Ma9Grcban56L9Oqv2FR1pBpMND6vB6ak5huaSg28zNQhQhUaBhrNXHqkArtCyzIAsuXnoK5Hf0GRN8K7wunRJTkvy5bEIW7nD0U\/jffzMvC6QZSAfFR\/v\/bgbJsa86zJvy89dhwgKv1WP8QDHKf7HmHpAqPi1tF0ErRs+ZjjRbVJ6tg6RXOt3S83+pgA1xs538yWNmcDwEGPGB\/zkm\/HuAdlRwD6wqXDpm1iq2\/QzUSAf73GyTajsWK6GK4\/ayKFrpERTlZL7SVp4HVM0POWQIDAQAB", "description": "The all-in-one EAFC Sniping Bot", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.ea.com\/*", "https:\/\/eafcsnipingbot.com\/*", "https:\/\/www.futbin.com\/*" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "html\/popup.html", "default_icon": { "16": "assets\/icon16.png", "24": "assets\/icon24.png", "32": "assets\/icon32.png" }, "default_title": "EAFC Sniping Bot" }, "content_scripts": [ { "matches": [ "https:\/\/*.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*", "https:\/\/*.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*" ], "js": [ "js\/content-script.js" ], "css": [ "css\/index.css" ], "run_at": "document_end" } ], "icons": { "16": "\/assets\/icon16.png", "48": "\/assets\/icon48.png", "128": "\/assets\/icon128.png" }, "externally_connectable": { "matches": [ "https:\/\/*.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*", "https:\/\/*.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*" ] }, "web_accessible_resources": [ { "resources": [ "js\/script.js", "css\/index.css", "html\/section.html", "js\/progressbar.js", "js\/jquery.js", "assets\/icon.png", "assets\/cash.mp3" ], "matches": [ "https:\/\/*.ea.com\/*" ] } ] } |