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文件
下载BiteFight Auto Adventure扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/" ] } |