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ファイルをダウンロード

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