Travian Crop Tool (free)

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

Travian Crop Tool (free)란 무엇입니까?

Travian Crop Tool (free)은(는) luka.vladika에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Travian Crop Tool (free) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Travian Crop Tool (free) Travian Crop Tool (free)
ID cbnggdkhkahdceidbibghfambcefijop
공식 URL https://chromewebstore.google.com/detail/travian-crop-tool-free/cbnggdkhkahdceidbibghfambcefijop
설명 Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages.
파일 크기 62.41 KB
설치 횟수 122
현재 버전 2.0
최근 업데이트 2020-11-15
출시 날짜 2020-11-14
평점 1.00/5 총 1 개의 평점
개발자 luka.vladika
이메일 [email protected]
결제 유형 free
지원되는 언어 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\/*"
    ]
}