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 |
官方網址 | 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\/" ] } |