Tribal Wars Super Script

Allows you to easily fake attack with 100ms interval and timed attack or support!

Was ist Tribal Wars Super Script?

Tribal Wars Super Script ist eine Chrome-Erweiterung, die von korayturkk entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to easily fake attack with 100ms interval and timed attack or support!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Tribal Wars Super Script-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tribal Wars Super Script-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tribal Wars Super Script Tribal Wars Super Script
ID mcjhimnjljhghjojacbahmoooembdijp
Offizielle URL https://chromewebstore.google.com/detail/tribal-wars-super-script/mcjhimnjljhghjojacbahmoooembdijp
Beschreibung Allows you to easily fake attack with 100ms interval and timed attack or support!
Dateigröße 2.04 MB
Installationsanzahl 840
Aktuelle Version 3.0
Letztes Update 2023-09-11
Veröffentlichungsdatum 2020-06-08
Bewertung 4.64/5 Insgesamt 14 Bewertungen
Entwickler korayturkk
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}