Travian Crop Tool (free)

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

Vad är Travian Crop Tool (free)?

Travian Crop Tool (free) är en Chrome-tillägg utvecklad av luka.vladika, och dess huvudfunktion är "Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Travian Crop Tool (free)-förlängningens CRX-fil

Ladda ner Travian Crop Tool (free)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Travian Crop Tool (free) Travian Crop Tool (free)
ID cbnggdkhkahdceidbibghfambcefijop
Officiell webbadress https://chromewebstore.google.com/detail/travian-crop-tool-free/cbnggdkhkahdceidbibghfambcefijop
Beskrivning Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages.
Filstorlek 62.41 KB
Antal Installationer 122
Aktuell Version 2.0
Senast Uppdaterad 2020-11-15
Publiceringsdatum 2020-11-14
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare luka.vladika
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}