Travian Crop Tool (free)

Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages.

Qu'est-ce que Travian Crop Tool (free) ?

Travian Crop Tool (free) est une extension Chrome développée par luka.vladika, et sa fonction principale est "Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Travian Crop Tool (free)

Téléchargez les fichiers d'extension Travian Crop Tool (free) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Travian Crop Tool (free) Travian Crop Tool (free)
ID cbnggdkhkahdceidbibghfambcefijop
URL Officiel https://chromewebstore.google.com/detail/travian-crop-tool-free/cbnggdkhkahdceidbibghfambcefijop
Description Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages.
Taille du Fichier 62.41 KB
Nombre d'Installations 122
Version Actuelle 2.0
Dernière Mise à Jour 2020-11-15
Date de Publication 2020-11-14
Évaluation 1.00/5 Total 1 Évaluations
Développeur luka.vladika
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}