TravianTactics

Browser extension with an ability to preform basic tasks for Travian game.

TravianTacticsคืออะไร?

TravianTactics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mitjasantl และคุณลักษณะหลักของมันคือ "Browser extension with an ability to preform basic tasks for Travian game."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        For game Travian: Legends and Travian: Kingdoms.
Preform basic tasks inside game like:
*build structures
*raid players
*train troops
*send resources                    

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

ชื่อ TravianTactics TravianTactics
ID gegegmbnpdigalgfkegjgnfcpmolijdg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/traviantactics/gegegmbnpdigalgfkegjgnfcpmolijdg
คำอธิบาย Browser extension with an ability to preform basic tasks for Travian game.
ขนาดไฟล์ 17.1 KB
จำนวนการติดตั้ง 3,417
เวอร์ชันปัจจุบัน 3.5.2
อัปเดตครั้งล่าสุด 2020-04-16
วันที่เผยแพร่ 2020-04-13
คะแนน 3.78/5 รวมทั้งหมด 91 คะแนน
ผู้พัฒนา mitjasantl
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://traviantactics.com/
URL หน้าช่วยเหลือ https://www.tapatalk.com/groups/traviantactics/index.php
URL หน้านโยบายความเป็นส่วนตัว http://sites.google.com/view/traviantactics-private-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "mitja santl",
    "name": "TravianTactics",
    "short_name": "TT",
    "description": "Browser extension with an ability to preform basic tasks for Travian game.",
    "version": "3.5.2",
    "icons": {
        "48": "icons\/TTicon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5uRw4q5VnSii+73i+WiPomisgmEYNhS0Q4XziJ9Yi1MFJtSK2pQGgEvYzdkutZcl7iIsx3p\/2OW4eao4OHEbnd9J4jdG+JAEpLCib20rSaLvGeYPGMABVkO08j48PsRdEDUvmk7NFu81lmkvGNgiZtT3+JNXE6lqV0Av0lP+ToW8Xn1E3aHEnAR0Ehtj3CJ6rH0wRsz56Bm+cgriNar4lZ+YPme43qHd7LMy6HfLKOKjA00l8TptCSLGg\/vnyXGq1lFRgfkM2\/7gWx352G4vVUBLqXEzZn1YB\/5PJOfxkXqQk7kiVi9FFAHMGeLPKbFpjDgw\/xDy0F6sr7852AlYcQIDAQAB",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kingdoms.com\/*",
                "*:\/\/*.travian.ae\/*",
                "*:\/\/*.travian.com\/*",
                "*:\/\/*.travian.asia\/*",
                "*:\/\/*.travian.com.au\/*",
                "*:\/\/*.travian.ba\/*",
                "*:\/\/*.travian.bg\/*",
                "*:\/\/*.travian.com.br\/*",
                "*:\/\/*.travian.cl\/*",
                "*:\/\/*.travian.cz\/*",
                "*:\/\/*.travian.de\/*",
                "*:\/\/*.travian.dk\/*",
                "*:\/\/*.travian.com.eg\/*",
                "*:\/\/*.travian.fi\/*",
                "*:\/\/*.travian.fr\/*",
                "*:\/\/*.travian.gr\/*",
                "*:\/\/*.travian.hk\/*",
                "*:\/\/*.travian.com.hr\/*",
                "*:\/\/*.travian.hu\/*",
                "*:\/\/*.travian.co.id\/*",
                "*:\/\/*.travian.co.il\/*",
                "*:\/\/*.travian.ir\/*",
                "*:\/\/*.travian.it\/*",
                "*:\/\/*.travian.jp\/*",
                "*:\/\/*.travian.lt\/*",
                "*:\/\/*.travian.com.my\/*",
                "*:\/\/*.travian.net\/*",
                "*:\/\/*.travian.nl\/*",
                "*:\/\/*.travian.no\/*",
                "*:\/\/*.travian.pl\/*",
                "*:\/\/*.travian.pt\/*",
                "*:\/\/*.travian.ro\/*",
                "*:\/\/*.travian.rs\/*",
                "*:\/\/*.travian.ru\/*",
                "*:\/\/*.travian.com.sa\/*",
                "*:\/\/*.travian.se\/*",
                "*:\/\/*.travian.si\/*",
                "*:\/\/*.travian.sk\/*",
                "*:\/\/*.travian.com.tr\/*",
                "*:\/\/*.travian.tw\/*",
                "*:\/\/*.travian.co.uk\/*",
                "*:\/\/*.travian.us\/*",
                "*:\/\/*.travian.vn\/*"
            ],
            "all_frames": true,
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "domScript.js"
    ],
    "minimum_chrome_version": "73",
    "background": {
        "scripts": [
            "constants.js",
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.traviantactics.com\/*",
            "http:\/\/localhost:8080\/*",
            "http:\/\/localhost:8082\/*"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "*:\/\/*.traviantactics.com\/*",
        "http:\/\/localhost:8082\/*",
        "http:\/\/localhost:8080\/*",
        "https:\/\/www.addictinggames.com\/*",
        "*:\/\/*.kingdoms.com\/*",
        "*:\/\/*.travian.ae\/*",
        "*:\/\/*.travian.com\/*",
        "*:\/\/*.travian.asia\/*",
        "*:\/\/*.travian.com.au\/*",
        "*:\/\/*.travian.ba\/*",
        "*:\/\/*.travian.bg\/*",
        "*:\/\/*.travian.com.br\/*",
        "*:\/\/*.travian.cl\/*",
        "*:\/\/*.travian.cz\/*",
        "*:\/\/*.travian.de\/*",
        "*:\/\/*.travian.dk\/*",
        "*:\/\/*.travian.com.eg\/*",
        "*:\/\/*.travian.fi\/*",
        "*:\/\/*.travian.fr\/*",
        "*:\/\/*.travian.gr\/*",
        "*:\/\/*.travian.hk\/*",
        "*:\/\/*.travian.com.hr\/*",
        "*:\/\/*.travian.hu\/*",
        "*:\/\/*.travian.co.id\/*",
        "*:\/\/*.travian.co.il\/*",
        "*:\/\/*.travian.ir\/*",
        "*:\/\/*.travian.it\/*",
        "*:\/\/*.travian.jp\/*",
        "*:\/\/*.travian.lt\/*",
        "*:\/\/*.travian.com.my\/*",
        "*:\/\/*.travian.net\/*",
        "*:\/\/*.travian.nl\/*",
        "*:\/\/*.travian.no\/*",
        "*:\/\/*.travian.pl\/*",
        "*:\/\/*.travian.pt\/*",
        "*:\/\/*.travian.ro\/*",
        "*:\/\/*.travian.rs\/*",
        "*:\/\/*.travian.ru\/*",
        "*:\/\/*.travian.com.sa\/*",
        "*:\/\/*.travian.se\/*",
        "*:\/\/*.travian.si\/*",
        "*:\/\/*.travian.sk\/*",
        "*:\/\/*.travian.com.tr\/*",
        "*:\/\/*.travian.tw\/*",
        "*:\/\/*.travian.co.uk\/*",
        "*:\/\/*.travian.us\/*",
        "*:\/\/*.travian.vn\/*"
    ]
}