BiteFight Auto Adventure
The first BiteFight bot for Google Chrome and Firefox! Automate your adventure!
BiteFight Auto Adventure क्या है?
BiteFight Auto Adventure tote द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The first BiteFight bot for Google Chrome and Firefox! Automate your adventure!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BiteFight Auto Adventure एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/" ] } |