Travian Crop Tool (free)

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

Co to jest Travian Crop Tool (free)?

Travian Crop Tool (free) to rozszerzenie Chrome opracowane przez luka.vladika, a jego główną funkcją jest „Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Travian Crop Tool (free)

Pobierz pliki rozszerzeń Travian Crop Tool (free) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Travian Crop Tool (free) Travian Crop Tool (free)
ID cbnggdkhkahdceidbibghfambcefijop
Oficjalny URL https://chromewebstore.google.com/detail/travian-crop-tool-free/cbnggdkhkahdceidbibghfambcefijop
Opis Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages.
Rozmiar pliku 62.41 KB
Liczba instalacji 122
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2020-11-15
Data Publikacji 2020-11-14
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper luka.vladika
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}