BiteFight Auto Adventure
The first BiteFight bot for Google Chrome and Firefox! Automate your adventure!
¿Qué es BiteFight Auto Adventure?
BiteFight Auto Adventure es una extensión de Chrome desarrollada por tote, y su función principal es "The first BiteFight bot for Google Chrome and Firefox! Automate your adventure!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión BiteFight Auto Adventure
Descarga archivos de extensión BiteFight Auto Adventure en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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]
Información Básica de la Extensión
Nombre | BiteFight Auto Adventure |
ID | obemkebbkpkhdipiinhojajcjfabgjjh |
URL Oficial | https://chromewebstore.google.com/detail/bitefight-auto-adventure/obemkebbkpkhdipiinhojajcjfabgjjh |
Descripción | The first BiteFight bot for Google Chrome and Firefox! Automate your adventure! |
Tamaño del Archivo | 109 KB |
Cantidad de Instalaciones | 1,261 |
Versión Actual | 3.6.5 |
Última Actualización | 2020-06-16 |
Fecha de Publicación | 2020-06-15 |
Calificación | 3.92/5 Total de 39 Calificaciones |
Desarrollador | tote |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
URL de la Página de Política de Privacidad | https://addons.mozilla.org/en-US/firefox/addon/bitefight-auto-adventure/privacy |
Idiomas Soportados | 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\/" ] } |