TW2Overflow

Automating the boring stuff on Tribal Wars 2 with tools like auto farming, auto builder, command scheduler, minimap and more.

TW2Overflowคืออะไร?

TW2Overflow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย relaxeaza และคุณลักษณะหลักของมันคือ "Automating the boring stuff on Tribal Wars 2 with tools like auto farming, auto builder, command scheduler, minimap and more."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย TW2Overflow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Current tools include:

- FarmOverflow
Highly configurable automatic farmer.

- CommandQueue
Automatic command sender with options to specify the date it should arrive or leave village.

-  AutoCollector
Automatically collect deposit and build the initial second village.

- Minimap
Better world map visibility.

- BuilderQueue
Automatically build villages using custom sequences of buildings.

- AttackView
Better overview of incoming commands.

- AutoMinter
Automatically mint coins periodically.

- AutoSpyRecruiter
Automatically recruit spies periodically.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TW2Overflow TW2Overflow
ID ldblmmabeclbplhbniokpnpaojcaekif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tw2overflow/ldblmmabeclbplhbniokpnpaojcaekif
คำอธิบาย Automating the boring stuff on Tribal Wars 2 with tools like auto farming, auto builder, command scheduler, minimap and more.
ขนาดไฟล์ 213 KB
จำนวนการติดตั้ง 2,513
เวอร์ชันปัจจุบัน 2.1.500
อัปเดตครั้งล่าสุด 2021-05-23
วันที่เผยแพร่ 2021-01-29
คะแนน 3.75/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา relaxeaza
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gitlab.com/relaxeaza/twoverflow
URL หน้าช่วยเหลือ https://gitlab.com/relaxeaza/twoverflow/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TW2Overflow",
    "version": "2.1.500",
    "description": "Automating the boring stuff on Tribal Wars 2 with tools like auto farming, auto builder, command scheduler, minimap and more.",
    "icons": {
        "128": "overflow-128.png"
    },
    "browser_action": {
        "default_icon": "overflow.png"
    },
    "author": "Relaxeaza ",
    "content_scripts": [
        {
            "js": [
                "loader.js"
            ],
            "matches": [
                "https:\/\/*.tribalwars2.com\/game.php*"
            ],
            "run_at": "document_end"
        }
    ],
    "homepage_url": "https:\/\/gitlab.com\/relaxeaza\/twoverflow",
    "permissions": [
        "https:\/\/*.tribalwars2.com\/game.php*"
    ],
    "web_accessible_resources": [
        "tw2overflow.js"
    ]
}