Tribal Wars Premium Map

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

Tribal Wars Premium Map란 무엇입니까?

Tribal Wars Premium Map은(는) Manos Liakos에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Resizable map/minimap and unit travel times in village popup windows."입니다.

확장 프로그램 스크린샷

screenshot

Tribal Wars Premium Map 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ✔️ 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
}