Travian Launch Tool (2018)
Launch and Insertion Tool for Travian Browser Game (2018)
Travian Launch Tool (2018)คืออะไร?
Travian Launch Tool (2018) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย D. G. Johnson และคุณลักษณะหลักของมันคือ "Launch and Insertion Tool for Travian Browser Game (2018)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Travian Launch Tool (2018)
ดาวน์โหลดไฟล์ส่วนขยาย Travian Launch Tool (2018) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you a Travian Game fan? Have you always wanted to submit multiple waves of catapults next to each other in same or close seconds so that your opponents wouldn't be able to insert their defenses among your attack waves? This Extension is for you! Please Don't hesitate to leave feedback! === INSTALLATION and HOW-TO-USE === Just install this wonderful extension, set up your tabs all the way up to the final "submit" button, and then open this extension (by clicking on its icon next to the address bar) and click on "Submit All"! That's it. === Change Log === version 1.2.7 • Fixed ts19.balkan.travian.com bug for our friends from Balkan! version 1.2.4 • Fixed https bug. It's reusable again! version 1.1.2 • Added configurable delay between tabs • Added configurable delay between every four tabs (as Travian doesn't support more than 4 waves per second in one shot) version 1.1.1 • Small bug fixes • Brought a copy of the timers from the tabs to the actual window. version 1.0.8 • Added a preview of all tabs' timers in the panel
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Travian Launch Tool (2018) |
ID | cpigdkangjnkklibdlchieadcpjoejkj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/travian-launch-tool-2018/cpigdkangjnkklibdlchieadcpjoejkj |
คำอธิบาย | Launch and Insertion Tool for Travian Browser Game (2018) |
ขนาดไฟล์ | 9.4 KB |
จำนวนการติดตั้ง | 2,169 |
เวอร์ชันปัจจุบัน | 1.2.7 |
อัปเดตครั้งล่าสุด | 2018-12-05 |
วันที่เผยแพร่ | 2018-12-04 |
คะแนน | 4.08/5 รวมทั้งหมด 38 คะแนน |
ผู้พัฒนา | D. G. Johnson |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Set this page's color." }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Launch and Insertion Tool for Travian Browser Game (2018)", "icons": { "128": "icon.png" }, "incognito": "split", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApHD3hTj0AhvL4dvl\/xFooxAv2M3TjXCvd0Js1p0Lb6jBIpD8ACZUkyyWbv6p7sUTNuHEEEz649CV1fEsxQl0b3bAoJU3nK1\/rN13XJ8XlEMTlegAWOjZHn\/SwgUdvF1VSazTHqR4CSWc7tOfpLWf6yB9VsHMG3kkiBAyN3VGeCAhujMU4DrSc0UFakjmjteH4K0elSL5IK839Dj341btzMZAqq\/W\/dyyvXg0PX9rpZbwC8v8WuSEeGtl10j39Bykjr5H+m4VsOMrFNihOCaiJu3UJ4WJCu6VVBV5FKFy7clJaFv0xVE77IYrqli9k+iDyk1NKed\/iXqFSRV2JNDYMQIDAQAB", "manifest_version": 2, "name": "Travian Launch Tool (2018)", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.7" } |