2TK Automatic Statistics
This extension send automatically statistics of your villages to 2TK service. You don't risk ban.
2TK Automatic Statisticsคืออะไร?
2TK Automatic Statistics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.lucichkevin.it และคุณลักษณะหลักของมันคือ "This extension send automatically statistics of your villages to 2TK service. You don't risk ban."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2TK Automatic Statistics
ดาวน์โหลดไฟล์ส่วนขยาย 2TK Automatic Statistics ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Questa estensione ti permetterà di inviare automaticamente le statistiche del tuo villaggio al servizio 2TK. In questo modo il tuo capo-ally potrà visualizzare la tua progressione nel gioco senza doverti richiedere di rispondere ad alcune domande o compilare form. [v4.9.1] - Add check of extension is installed in website - Add "reinforcements tool" [v4.9.0] - Rewrite core extension to improve performances [v4.8.0] - Rewrite core extension to improve performances [v4.7.3] - Fix show options to import automatically reports in all tabs of report pages - Fix minor warning when you visit a profile page [v4.7.2] - Add section of "Hero info" - Add user TimeZone [v4.7.1] - Fix new Travian layout version - Minor logic fixes [v4.7.0] - Add "total culture points per day" and "next expansion settlement date" - Minor fixes [v4.6.0] - Enable "com" domain - Upgrade Manifest to v3 [v4.4.2] - Fix automatic importation of reports (TG changed layout of UI) [v4.3.0] - Fix path of pages (TG changed layout of UI) [v4.1.4] - Fix automatic importation of reports (TG changed layout of UI) [v4.1.3] - Fix load exstension in doft3 page when the 5th tab is the default [v4.1.2] - Fix automatic importation of reports [v4.1.1] - Fix check for new version of the extension [v4.1.0] - Aggiunto nella sincronizzazione il numero di gold e silver nell'account - Eliminati alcuni console.log rimasti per errore nel codice [v4.0.1] - Aggiunto un codice univoco per giocatore: questo permettere di attivare la sincronizzazione per più account [v4.0.0] - Refactor functions to get information in new Travian version layout [v3.6.0] - Attivata la sincronizzazione delle truppe attraverso la pagina della caserma (ora non serve avere obbligatoriarmente il Plus attivo per sincronizzazione le truppe) [v3.5.3] - Corretta l'icona di sincronizzazione dei report delle avventure dell'eroe [v3.5.2] - Report degli attacchi: -- Corretta la sincronizzazione delle truppe -- Salvataggio del nome del giocatore in caso di "delete" -- Ignorati i report delle spiate [v3.5.1] La sincronizzazione dei report attacchi salva oltre alle truppe utilizzate e alle risorse (rubate o perse) anche le truppe perse nella battaglia [v3.5.0] Inserita la sincronizzazione dei report attacchi (normali e raid): potrai controllare quante risorse hai rubato e/o quante te ne sei fatto rubare [v3.4.0] Sincronizzazione lista mercanti in arrivo [v3.3.0] Migliorata la sincronizzazione dei report. Ora vengono ignorati i report che non riguardano le risorse [v3.2.0] Inserita la sincronizzazione dei report [mercantili]: potrai controllare facilmente quante risorse ti vengono inviate ai tuoi villaggi.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 2TK Automatic Statistics |
ID | jecfoeofmkjphnlgcfbfoagdpgaboiff |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/2tk-automatic-statistics/jecfoeofmkjphnlgcfbfoagdpgaboiff |
คำอธิบาย | This extension send automatically statistics of your villages to 2TK service. You don't risk ban. |
ขนาดไฟล์ | 120 KB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 4.9.2 |
อัปเดตครั้งล่าสุด | 2023-08-29 |
วันที่เผยแพร่ | 2020-04-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.lucichkevin.it |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://traviantools.lucichkevin.it |
URL หน้าช่วยเหลือ | http://traviantools.lucichkevin.it |
ภาษาที่รองรับ | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2TK Automatic Statistics", "description": "This extension send automatically statistics of your villages to 2TK service. You don't risk ban.", "version": "4.9.2", "author": "Kevin Lucich", "icons": { "48": "assets\/images\/icon48.png" }, "browser_action": { "default_title": "2TK Automatic Statistics", "default_icon": { "19": "assets\/images\/icon19.png", "20": "assets\/images\/icon20.png", "38": "assets\/images\/icon38.png" } }, "background": { "scripts": [ "assets\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.travian.it\/*", "*:\/\/*.travian.com\/*", "*:\/\/*.lucichkevin.it\/*" ], "js": [ "assets\/js\/jquery-3.6.0.min.js", "assets\/js\/db.js", "assets\/js\/2tk_automatic_statistics.js" ], "run_at": "document_start" } ], "permissions": [] } |