Travian Crop Tool (free)
Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages.
Cos'è Travian Crop Tool (free)?
Travian Crop Tool (free) è un'estensione di Chrome sviluppata da luka.vladika, e la sua funzione principale è "Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Travian Crop Tool (free)
Scarica i file di estensione Travian Crop Tool (free) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Travian Crop Tool (free) |
ID | cbnggdkhkahdceidbibghfambcefijop |
URL Ufficiale | https://chromewebstore.google.com/detail/travian-crop-tool-free/cbnggdkhkahdceidbibghfambcefijop |
Descrizione | Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages. |
Dimensione del File | 62.41 KB |
Conteggio Installazioni | 122 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2020-11-15 |
Data di Pubblicazione | 2020-11-14 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | luka.vladika |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |