Tribal Wars Premium Map

Resizable map/minimap and unit travel times in village popup windows.

Tribal Wars Premium Mapคืออะไร?

Tribal Wars Premium Map เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Manos Liakos และคุณลักษณะหลักของมันคือ "Resizable map/minimap and unit travel times in village popup windows."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tribal Wars Premium Map

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

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

                        ✔️ Works in every TW server & world.

Features:
🧭 Resize map & mini-map.
⚔️ See unit travel times on village pop-up windows.

📝Note from the developer: 
This is a stripped-down version of a much bigger tool I have made, but is unfinished because I am not actively developing it.
If there is a need for a complete Premium account simulation I will finish it.

Features of the unfinished product include everything Premium has to offer like:
🚀 Quickbar with shortcuts and ability to switch villages with arrows / keyboard shortcuts.
🚀 Buildings popups.
🚀 Extensive map information (color grouping, etc.)
🚀 Queue building upgrades (with an open browser).
🚀 Save reports and organize them in folders.
🚀 Automatically or manually tag incoming/outcoming attacks.
🚀 Backtime/sniping calculator.
🚀 Integrated attack planner.
🚀🚀🚀 And more!

If you find any bugs or want a certain feature, please do contact me or leave a review.                    

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

ชื่อ Tribal Wars Premium Map Tribal Wars Premium Map
ID hcphlimfpamcehlljlidkncnaeomenff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tribal-wars-premium-map/hcphlimfpamcehlljlidkncnaeomenff
คำอธิบาย Resizable map/minimap and unit travel times in village popup windows.
ขนาดไฟล์ 904 KB
จำนวนการติดตั้ง 375
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2021-11-04
วันที่เผยแพร่ 2020-08-11
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Manos Liakos
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://blog.manos-liakos.dev
URL หน้าช่วยเหลือ https://blog.manos-liakos.dev
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tribal Wars Premium Map",
    "version": "2.0.0",
    "description": "Resizable map\/minimap and unit travel times in village popup windows.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*&screen=map*"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "inject.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/tribal-wars-world-86-16_x_16.png",
            "32": "icons\/tribal-wars-world-86-32_x_32.png",
            "48": "icons\/tribal-wars-world-86-48_x_48.png",
            "128": "icons\/tribal-wars-world-86-128_x_128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "main.js",
                "icons\/tribal-wars-world-86-16_x_16.png",
                "icons\/tribal-wars-world-86-32_x_32.png",
                "icons\/tribal-wars-world-86-48_x_48.png",
                "icons\/tribal-wars-world-86-128_x_128.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/tribal-wars-world-86-16_x_16.png",
        "32": "icons\/tribal-wars-world-86-32_x_32.png",
        "48": "icons\/tribal-wars-world-86-48_x_48.png",
        "128": "icons\/tribal-wars-world-86-128_x_128.png"
    },
    "manifest_version": 3
}