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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Resizable map/minimap and unit travel times in village popup windows."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tribal Wars Premium Map एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}