BiteFight Auto Adventure
The first BiteFight bot for Google Chrome and Firefox! Automate your adventure!
BiteFight Auto Adventure là gì?
BiteFight Auto Adventure là một tiện ích mở rộng Chrome được phát triển bởi tote, và tính năng chính của nó là "The first BiteFight bot for Google Chrome and Firefox! Automate your adventure!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BiteFight Auto Adventure
Tải xuống các tệp mở rộng BiteFight Auto Adventure dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BiteFight Auto Adventure |
ID | obemkebbkpkhdipiinhojajcjfabgjjh |
URL Chính Thức | https://chromewebstore.google.com/detail/bitefight-auto-adventure/obemkebbkpkhdipiinhojajcjfabgjjh |
Mô tả | The first BiteFight bot for Google Chrome and Firefox! Automate your adventure! |
Kích Thước Tệp | 109 KB |
Số Lần Cài Đặt | 1,261 |
Phiên Bản Hiện Tại | 3.6.5 |
Cập Nhật Lần Cuối | 2020-06-16 |
Ngày Phát Hành | 2020-06-15 |
Đánh Giá | 3.92/5 Tổng số 39 Đánh Giá |
Nhà Phát Triển | tote |
[email protected] | |
Loại Thanh Toán | in_app |
URL Trang Chính Sách Bảo Mật | https://addons.mozilla.org/en-US/firefox/addon/bitefight-auto-adventure/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |