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 |
Eメール | [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\/" ] } |