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.”。
擴展截圖
下載Tribal Wars Premium Map擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | hcphlimfpamcehlljlidkncnaeomenff |
| 官方網址 | 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": [
" | |