BiteFight Auto Adventure

The first BiteFight bot for Google Chrome and Firefox! Automate your adventure!

BiteFight Auto Adventureคืออะไร?

BiteFight Auto Adventure เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tote และคุณลักษณะหลักของมันคือ "The first BiteFight bot for Google Chrome and Firefox! Automate your adventure!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BiteFight Auto Adventure

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/"
    ]
}