Tribal Wars Super Script
Allows you to easily fake attack with 100ms interval and timed attack or support!
Tribal Wars Super Script क्या है?
Tribal Wars Super Script korayturkk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to easily fake attack with 100ms interval and timed attack or support!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tribal Wars Super Script एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You can attack 4 times at 100ms interval or you can do single attack. You can either enter the coordinates or choose a village from the player profile screen. You can make a timed attack or support Bu eklenti ile 4lü ya da tekli fake saldırılar yapabilirsiniz. Yapmanız gereken tek şey koordinatları Fake Attack penceresinde ilgili yere yapıştırmak ya da fake atmak istediğiniz oyuncunun profiline girip fake atacağınız köyleri listeden seçmek. Barbar köylerin koordinatlarını alarak loot yapmak için de kullanabilirsiniz. Zaman ayarlı saldırı veya destek atma özelliği eklenmiştir.
एक्सटेंशन की मूल जानकारी
नाम | Tribal Wars Super Script |
ID | mcjhimnjljhghjojacbahmoooembdijp |
आधिकारिक URL | https://chromewebstore.google.com/detail/tribal-wars-super-script/mcjhimnjljhghjojacbahmoooembdijp |
विवरण | Allows you to easily fake attack with 100ms interval and timed attack or support! |
फ़ाइल का आकार | 2.04 MB |
स्थापना संख्या | 840 |
वर्तमान संस्करण | 3.0 |
अंतिम अपडेट | 2023-09-11 |
प्रकाशन तिथि | 2020-06-08 |
रेटिंग | 4.64/5 कुल 14 रेटिंग्स |
डेवलपर | korayturkk |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tribal Wars Super Script", "description": "Allows you to easily fake attack with 100ms interval and timed attack or support!", "version": "3.0", "manifest_version": 3, "action": { "default_popup": "default_popup\/popup.html" }, "host_permissions": [ "*:\/\/*.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.works\/", "*:\/\/*.tribalwars.us\/" ], "background": { "service_worker": "background.js" }, "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.works\/*", "*:\/\/*.tribalwars.us\/*" ], "js": [ "inject.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "lib\/*.js", "css\/*.css" ], "matches": [ "*:\/\/*\/*" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |