Kingdoms Toolkit 3.0
Kingdoms Toolkit includes many useful feature that will help you level up your kingdoms.
Τι είναι το Kingdoms Toolkit 3.0;
Το Kingdoms Toolkit 3.0 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://xhighintell.com, και η κύρια λειτουργία του είναι "Kingdoms Toolkit includes many useful feature that will help you level up your kingdoms.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Kingdoms Toolkit 3.0
Λήψη αρχείων επέκτασης Kingdoms Toolkit 3.0 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
You enjoy planning strategies with friends in Travian Kingdoms world, reach late game take a lot of time, and you have busy life with other things? With Kingdoms Toolkit 3.0 easily play and enjoy life. A includes many useful feature that will help you level up your kingdoms. Features: • With construction feature you will have infinite master building slots • Trade feature help sending resource to Wonder of World in effective ways • Lets raid thousands enemy with Farm feature • Artificial Intelligence help your clan grow and evade attacks while you are away • Troop feature will train your army nonstop • Strategy feature bring to you a better life for planning combats • Headhunter provides searching feature for farming purposes with high quality statistics • Beastmaster provides searching feature for capturing littles beasts • And many other features for Town Hall, Smithy, Trapper Try me now! Kingdoms Toolkit 3.0 is giving away 30 days of full features, and after that you can still use basic features.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Kingdoms Toolkit 3.0 |
ID | iaemfoeplbppjcamejcinpmpabfkigco |
Επίσημο URL | https://chromewebstore.google.com/detail/kingdoms-toolkit-30/iaemfoeplbppjcamejcinpmpabfkigco |
Περιγραφή | Kingdoms Toolkit includes many useful feature that will help you level up your kingdoms. |
Μέγεθος Αρχείου | 797 KB |
Αριθμός Εγκαταστάσεων | 483 |
Τρέχουσα Έκδοση | 3.12a |
Τελευταία Ενημέρωση | 2023-05-05 |
Ημερομηνία Δημοσίευσης | 2020-07-25 |
Αξιολόγηση | 3.79/5 Συνολικά 14 Αξιολογήσεις |
Προγραμματιστής | https://xhighintell.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://xhighintell.com/apps/travian-toolkit-3 |
Διεύθυνση URL της Σελίδας Βοήθειας | https://xhighintell.com/support/search?category=Travian%20Toolkit%203.0 |
URL της Σελίδας Πολιτικής Απορρήτου | https://xhighintell.com/company/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kingdoms Toolkit 3.0", "short_name": "kingdoms-toolkit-3.0", "description": "Kingdoms Toolkit includes many useful feature that will help you level up your kingdoms.", "version": "3.0.12.1", "version_name": "3.12a", "minimum_chrome_version": "62", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhubeLyLaP+CS3vV7K32LKMz95S5Gj3Bl4KJWy4uxjNpsW9CC61NqNXCwPhJzjmKqxc7899yWFPDSU+nToA\/q0fexYCb\/LFNx6kSX\/23PtdXduw9crT\/eXphXUDskiXbFmQ1Bg6B+1ritS0EPSn7y3CWYVknMGq8kdILN6jsNX3xZXyzhXyrcVjlAXoddvNh1bbnZUG2YbazGx2L2WnhYwo7weLlyz8pO\/d7pGIu70s7BmQi2lQQxbNHBT7+Bj5eOiZngvcyxe8AFK70IxiphQUYqsfOKyWnPI726+X3oRzFmbfbaFVfsH4DYssVMqQqqDsNu6QpbmIYr4eetU5j2ewIDAQAB", "icons": { "48": "\/static\/image\/icon_48.png", "128": "\/static\/image\/icon_128.png" }, "browser_action": { "default_icon": { "48": "\/static\/image\/icon_48.png", "128": "\/static\/image\/icon_128.png" }, "default_title": "Kingdoms Toolkit 3.0", "default_popup": "\/browser_action\/default.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.kingdoms.com\/", "*:\/\/*.kingdoms.com\/?nocache", "*:\/\/test.kingdoms.com\/", "*:\/\/test.kingdoms.com\/?nocaches" ], "exclude_matches": [ "http:\/\/lobby.kingdoms.com\/" ], "js": [ "\/static\/lib\/jquery-3.3.1.min.js", "\/static\/lib\/jquery.cookie.min.js", "\/static\/lib\/jquery-ui.min.js", "\/static\/lib\/intell\/intell.min.js", "\/static\/js\/built-in.min.js", "\/static\/js\/chrome.runtime.min.js", "\/static\/js\/Application.min.js", "\/static\/js\/Travian.min.js", "\/static\/js\/Toolkit.min.js", "\/content\/js\/content.min.js" ] } ], "permissions": [ "storage", "unlimitedStorage", "webRequest", "webRequestBlocking", "*:\/\/*.xhighintell.com\/", "*:\/\/*.kingdoms.com\/", "identity", "identity.email" ], "background": { "scripts": [ "\/static\/lib\/jquery-3.3.1.min.js", "\/static\/lib\/intell\/intell.min.js", "\/static\/js\/__.min.js", "\/static\/js\/built-in.min.js", "\/static\/js\/chrome.runtime.min.js", "\/static\/js\/Application.min.js", "\/static\/js\/Travian.min.js", "\/static\/js\/Toolkit.min.js", "\/background.min.js" ] }, "web_accessible_resources": [ "\/content\/*", "\/static\/css\/*", "\/static\/font\/*" ] } |