Travian Crop Tool (free)
Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages.
¿Qué es Travian Crop Tool (free)?
Travian Crop Tool (free) es una extensión de Chrome desarrollada por luka.vladika, y su función principal es "Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Travian Crop Tool (free)
Descarga archivos de extensión Travian Crop Tool (free) 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
Clicking green refresh icon sends active village html data to wwtool.live where it can be viewed and shared with friends. Only one (active) village can be tracked at any time. Extension is running on your chrome, using your IP and is 100% safe/legal by Travian standards as long as you manually click refresh icon.
Información Básica de la Extensión
Nombre | Travian Crop Tool (free) |
ID | cbnggdkhkahdceidbibghfambcefijop |
URL Oficial | https://chromewebstore.google.com/detail/travian-crop-tool-free/cbnggdkhkahdceidbibghfambcefijop |
Descripción | Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages. |
Tamaño del Archivo | 62.41 KB |
Cantidad de Instalaciones | 122 |
Versión Actual | 2.0 |
Última Actualización | 2020-11-15 |
Fecha de Publicación | 2020-11-14 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | luka.vladika |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0", "name": "Travian Crop Tool (free)", "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/cdnjs.cloudflare.com https:\/\/www.gstatic.com; object-src 'self'", "description": "Track your Travian main (or World Wonder) village resource productions and resources\/attacks coming from other villages.", "icons": { "16": "images\/wheat_60.png", "48": "images\/wheat_60.png", "128": "images\/wheat_60.png" }, "browser_action": { "default_icon": "images\/wheat_60.png", "default_popup": "hello.html" }, "web_accessible_resources": [ "images\/bg.png" ], "permissions": [ "https:\/\/wwtool.live\/*", "https:\/\/*.travian.com\/*" ] } |