BiteFight Auto Adventure
The first BiteFight bot for Google Chrome and Firefox! Automate your adventure!
BiteFight Auto Adventure란 무엇입니까?
BiteFight Auto Adventure은(는) tote에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The first BiteFight bot for Google Chrome and Firefox! Automate your adventure!"입니다.
확장 프로그램 스크린샷
BiteFight Auto Adventure 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Auto Adventure is an intelligent BOT for BiteFight, that constantly recalibrates itself, learns to always choose the best options for you. ☆☆☆ MAIN FEATURES ☆☆☆ - Auto play Story line for: •health •gold •xp •aspects (you can specify exact amount of aspect points you need) - Auto Man Hunt - Auto fight in the Grotto - Auto fight in The House of Pain - Auto fight with your enemies •random attack (whitelist available) •random attack stronger players (whitelist available) •attack players from blacklist - Auto Graveyard - Auto skill training - Auto gold donation to clan - Easy setup! GET IN TOUCH Email: [email protected]
확장 프로그램 기본 정보
이름 | BiteFight Auto Adventure |
ID | obemkebbkpkhdipiinhojajcjfabgjjh |
공식 URL | https://chromewebstore.google.com/detail/bitefight-auto-adventure/obemkebbkpkhdipiinhojajcjfabgjjh |
설명 | The first BiteFight bot for Google Chrome and Firefox! Automate your adventure! |
파일 크기 | 109 KB |
설치 횟수 | 1,261 |
현재 버전 | 3.6.5 |
최근 업데이트 | 2020-06-16 |
출시 날짜 | 2020-06-15 |
평점 | 3.92/5 총 39 개의 평점 |
개발자 | tote |
이메일 | [email protected] |
결제 유형 | in_app |
개인정보 보호 정책 페이지 URL | https://addons.mozilla.org/en-US/firefox/addon/bitefight-auto-adventure/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/js\/background.js" ] }, "browser_action": { "default_icon": "\/img\/icon-48.png" }, "content_scripts": [ { "run_at": "document_start", "js": [ "\/js\/core.js", "\/js\/purify.min.js" ], "css": [ "\/css\/style.css" ], "matches": [ "https:\/\/*.bitefight.gameforge.com\/*" ] } ], "description": "The first BiteFight bot for Google Chrome and Firefox! Automate your adventure!", "icons": { "128": "\/img\/icon-128.png", "16": "\/img\/icon-16.png", "48": "\/img\/icon-48.png" }, "manifest_version": 2, "name": "BiteFight Auto Adventure", "short_name": "Auto Adventure", "version": "3.6.5", "web_accessible_resources": [ "\/html\/frame.html", "\/img\/icon-48.png", "\/img\/btn.png" ], "permissions": [ "https:\/\/*.bitefight.gameforge.com\/*", "https:\/\/*.tote.hu\/" ] } |