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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย luka.vladika และคุณลักษณะหลักของมันคือ "Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Travian Crop Tool (free)

ดาวน์โหลดไฟล์ส่วนขยาย Travian Crop Tool (free) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}