TW2Overflow

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

¿Qué es TW2Overflow?

TW2Overflow es una extensión de Chrome desarrollada por relaxeaza, y su función principal es "Automating the boring stuff on Tribal Wars 2 with tools like auto farming, auto builder, command scheduler, minimap and more.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión TW2Overflow

Descarga archivos de extensión TW2Overflow en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre TW2Overflow TW2Overflow
ID ldblmmabeclbplhbniokpnpaojcaekif
URL Oficial https://chromewebstore.google.com/detail/tw2overflow/ldblmmabeclbplhbniokpnpaojcaekif
Descripción Automating the boring stuff on Tribal Wars 2 with tools like auto farming, auto builder, command scheduler, minimap and more.
Tamaño del Archivo 213 KB
Cantidad de Instalaciones 2,513
Versión Actual 2.1.500
Última Actualización 2021-05-23
Fecha de Publicación 2021-01-29
Calificación 3.75/5 Total de 16 Calificaciones
Desarrollador relaxeaza
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://gitlab.com/relaxeaza/twoverflow
URL de la Página de Ayuda https://gitlab.com/relaxeaza/twoverflow/issues
Idiomas Soportados 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"
    ]
}