Travian Village Fixer

Fixes the issue of swapping village when multiple people are logged in to your account.

Travian Village Fixerคืออะไร?

Travian Village Fixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://stevenroose.be และคุณลักษณะหลักของมันคือ "Fixes the issue of swapping village when multiple people are logged in to your account."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Travian Village Fixer

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

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

                        You may know the problem when playing Travian and multiple users are online on your account, then it happens a lot that your current village swaps due to other people selecting other villages. This app fixes this issue and makes sure you always send troops are resources from the right village.
Fixes for links and forms.

Problems or suggestions? Leave a comment!

Known problems for T4:
 - The quick links in the sidebar (like Hero menu, Baracks, Marketplace, ...) are excluded so will swap villages.

Please note that using extensions in your browser is not allowed by Travian Games and is seen as cheating.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Travian Village Fixer Travian Village Fixer
ID pjmjjdikcijaponjlhnibejonnjlfohg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/travian-village-fixer/pjmjjdikcijaponjlhnibejonnjlfohg
คำอธิบาย Fixes the issue of swapping village when multiple people are logged in to your account.
ขนาดไฟล์ 27.18 KB
จำนวนการติดตั้ง 149
เวอร์ชันปัจจุบัน 0.3.4
อัปเดตครั้งล่าสุด 2014-05-26
วันที่เผยแพร่ 2014-05-26
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา http://stevenroose.be
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://stevenroose.be
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.3.4",
    "default_locale": "en",
    "author": "Steven Roose ",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.travian.com\/*",
                "http:\/\/*.travian.org\/*",
                "http:\/\/*.travian.de\/*",
                "http:\/\/*.travian.at\/*",
                "http:\/\/*.travian.dk\/*",
                "http:\/\/*.travian.com.au\/*",
                "http:\/\/*.travian.fr\/*",
                "http:\/\/*.travian.nl\/*",
                "http:\/\/*.travian.it\/*",
                "http:\/\/*.travian.pl\/*",
                "http:\/\/*.travian.ro\/*",
                "http:\/\/*.travian.ru\/*",
                "http:\/\/*.travian.net\/*",
                "http:\/\/*.travian.cl\/*",
                "http:\/\/*.travian.si\/*",
                "http:\/\/*.travian.se\/*",
                "http:\/\/*.travian.com.tr\/*",
                "http:\/\/*.travian.cz\/*",
                "http:\/\/*.travian.co.uk\/*",
                "http:\/\/*.travian.us\/*",
                "http:\/\/*.travian.co.ee\/*",
                "http:\/\/*.travian.in\/*",
                "http:\/\/*.travian.ma\/*"
            ],
            "js": [
                "travianvillagefixer.js"
            ]
        }
    ]
}