TW Farm Assistant
Tribalwars farm assistant
什么是TW Farm Assistant?
TW Farm Assistant是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Tribalwars farm assistant”。
扩展截图
下载TW Farm Assistant扩展crx文件
下载TW Farm Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tribalwars farm assistant is an extension that provides a free, easy-to-use and configurable alternative to the in-game Farm Assistant. How to use it? Step 1 When you first install the extension you won't have any villages or units models configured. To add a new village and/or units model click in "Configure farm" button. Step 2 This configuration page is very intuitive and similar to the tribalwars style. In the first table you can add or remove villages and in the second one you can add or remove units models. The page has also a Save button but all the changes are stored as they are performed so you don't need to worry! Step 3 Now you have all setup and running. To start farming MAKE SURE THAT YOU HAVE ONLY ONE TAB OF THE GAME OPEN and click the model you want to use. Now you may see your attack been placed in the next seconds et voilá! FAQ's Will I get banned for using this extension? You may use this extension by your own risk but nobody has been banned for using it. The tool is simply a "click automation" and 0% intrusive. Does this extension works in all worlds and all countries? Yes, the tool was designed and built to run in every world of every country. How many units models/templates can I store? Unlike the in-game assistant that only allows you to store 2 models, this extension allows you to store unlimited number of models. Does this tool replace the in-game farm assistant? No, some of the aspects different from the in-game assistant that you need to be aware are: - Villages coordinates need to be added manually. - Because the coordinates are manually inserted you must keep an eye on the reports you get to make sure that the village stills abandoned and that you are not losing unnecessary troops. - There isn't any visual sign when the attack command is placed (besides the page reload) so you have to make sure you only click once or you you will end up placing multiple attacks to the same village. - The extension doesn't take into consideration if you have sufficient units to place the attack, although if you don't the attack won't be placed. As a lover of Tribalwars I developed and shared this tool with the only intent of providing a free farm alternative to all the game lovers.
扩展基本信息
名称 | TW Farm Assistant |
ID | pdfmicofbncclmklndnedcgedogelgoa |
官方URL | https://chromewebstore.google.com/detail/tw-farm-assistant/pdfmicofbncclmklndnedcgedogelgoa |
简介 | Tribalwars farm assistant |
文件大小 | 61.01 KB |
安装次数 | 645 |
当前版本 | 0.2 |
更新时间 | 2018-04-05 |
上架时间 | 2018-04-05 |
评分 | 4.33/5 共6次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://github.com/telmobarros/tw-farm-assistant |
帮助页面URL | https://github.com/telmobarros/tw-farm-assistant |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TW Farm Assistant", "version": "0.2", "description": "Tribalwars farm assistant", "icons": { "16": "imgs\/icon.png", "48": "imgs\/icon.png", "128": "imgs\/icon.png" }, "options_page": "html\/options.html", "browser_action": { "default_icon": "imgs\/icon.png", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.die-staemme.de\/*", "*:\/\/*.staemme.ch\/*", "*:\/\/*.tribalwars.net\/*", "*:\/\/*.tribalwars.nl\/*", "*:\/\/*.plemiona.pl\/*", "*:\/\/*.tribalwars.se\/*", "*:\/\/*.tribalwars.com.br\/*", "*:\/\/*.tribalwars.com.pt\/*", "*:\/\/*.divokekmeny.cz\/*", "*:\/\/*.triburile.ro\/*", "*:\/\/*.voyna-plemyon.ru\/*", "*:\/\/*.fyletikesmaxes.gr\/*", "*:\/\/*.tribalwars.com\/*", "*:\/\/*.divoke-kmene.sk\/*", "*:\/\/*.klanhaboru.hu\/*", "*:\/\/*.tribalwars.dk\/*", "*:\/\/*.tribals.it\/*", "*:\/\/*.klanlar.org\/*", "*:\/\/*.guerretribale.fr\/*", "*:\/\/*.guerrastribales.es\/*", "*:\/\/*.tribalwars.ae\/*", "*:\/\/*.tribalwars.co.uk\/*", "*:\/\/*.vojnaplemen.si\/*", "*:\/\/*.plemena.com\/*", "*:\/\/*.tribalwars.asia\/*", "*:\/\/*.tribalwars.us\/*" ], "js": [ "js\/vendor\/jquery.js", "js\/contentScripts\/contentScript.js" ] }, { "matches": [ "*:\/\/*.die-staemme.de\/*", "*:\/\/*.staemme.ch\/*", "*:\/\/*.tribalwars.net\/*", "*:\/\/*.tribalwars.nl\/*", "*:\/\/*.plemiona.pl\/*", "*:\/\/*.tribalwars.se\/*", "*:\/\/*.tribalwars.com.br\/*", "*:\/\/*.tribalwars.com.pt\/*", "*:\/\/*.divokekmeny.cz\/*", "*:\/\/*.triburile.ro\/*", "*:\/\/*.voyna-plemyon.ru\/*", "*:\/\/*.fyletikesmaxes.gr\/*", "*:\/\/*.tribalwars.com\/*", "*:\/\/*.divoke-kmene.sk\/*", "*:\/\/*.klanhaboru.hu\/*", "*:\/\/*.tribalwars.dk\/*", "*:\/\/*.tribals.it\/*", "*:\/\/*.klanlar.org\/*", "*:\/\/*.guerretribale.fr\/*", "*:\/\/*.guerrastribales.es\/*", "*:\/\/*.tribalwars.ae\/*", "*:\/\/*.tribalwars.co.uk\/*", "*:\/\/*.vojnaplemen.si\/*", "*:\/\/*.plemena.com\/*", "*:\/\/*.tribalwars.asia\/*", "*:\/\/*.tribalwars.us\/*" ], "include_globs": [ "*info_village*" ], "js": [ "js\/utils.js", "js\/contentScripts\/addVillageButton.js" ] } ], "permissions": [ "tabs", "activeTab", "storage", "https:\/\/ajax.googleapis.com\/" ] } |