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
电子邮箱 [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"
    ]
}