BiteFight Auto Adventure
The first BiteFight bot for Google Chrome and Firefox! Automate your adventure!
What is BiteFight Auto Adventure?
BiteFight Auto Adventure is a Chrome extension developed by tote, and its main feature is "The first BiteFight bot for Google Chrome and Firefox! Automate your adventure!".
Extension Screenshots
Download BiteFight Auto Adventure Extension CRX File
Download BiteFight Auto Adventure extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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]
Extension Basic Information
Name | BiteFight Auto Adventure |
ID | obemkebbkpkhdipiinhojajcjfabgjjh |
Official URL | https://chromewebstore.google.com/detail/bitefight-auto-adventure/obemkebbkpkhdipiinhojajcjfabgjjh |
Description | The first BiteFight bot for Google Chrome and Firefox! Automate your adventure! |
File Size | 109 KB |
Installation Count | 1,261 |
Current Version | 3.6.5 |
Last Updated | 2020-06-16 |
Publish Date | 2020-06-15 |
Rating | 3.92/5 Total 39 Ratings |
Developer | tote |
[email protected] | |
Payment Type | in_app |
Privacy Policy Page URL | https://addons.mozilla.org/en-US/firefox/addon/bitefight-auto-adventure/privacy |
Supported Languages | 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\/" ] } |