TW2Overflow

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

TW2Overflow란 무엇입니까?

TW2Overflow은(는) relaxeaza에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

TW2Overflow 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}