Travian Crop Tool (free)
Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages.
什麼是Travian Crop Tool (free)?
Travian Crop Tool (free)是由luka.vladika開發的Chrome擴展程式,該擴展的主要功能是“Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages.”。
擴展截圖
下載Travian Crop Tool (free)擴展crx文件
下載Travian Crop Tool (free)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Clicking green refresh icon sends active village html data to wwtool.live where it can be viewed and shared with friends. Only one (active) village can be tracked at any time. Extension is running on your chrome, using your IP and is 100% safe/legal by Travian standards as long as you manually click refresh icon.
擴展基本資訊
名稱 | Travian Crop Tool (free) |
ID | cbnggdkhkahdceidbibghfambcefijop |
官方網址 | https://chromewebstore.google.com/detail/travian-crop-tool-free/cbnggdkhkahdceidbibghfambcefijop |
簡介 | Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages. |
檔案大小 | 62.41 KB |
安裝次數 | 122 |
目前版本 | 2.0 |
更新時間 | 2020-11-15 |
上架時間 | 2020-11-14 |
評分 | 1.00/5 共 1 次評分 |
開發者 | luka.vladika |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0", "name": "Travian Crop Tool (free)", "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/cdnjs.cloudflare.com https:\/\/www.gstatic.com; object-src 'self'", "description": "Track your Travian main (or World Wonder) village resource productions and resources\/attacks coming from other villages.", "icons": { "16": "images\/wheat_60.png", "48": "images\/wheat_60.png", "128": "images\/wheat_60.png" }, "browser_action": { "default_icon": "images\/wheat_60.png", "default_popup": "hello.html" }, "web_accessible_resources": [ "images\/bg.png" ], "permissions": [ "https:\/\/wwtool.live\/*", "https:\/\/*.travian.com\/*" ] } |