Tribal Wars Train

Prepare up to 5 commands and send them all with 1 click!

Τι είναι το Tribal Wars Train;

Το Tribal Wars Train είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον romping-cover, και η κύρια λειτουργία του είναι "Prepare up to 5 commands and send them all with 1 click!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Tribal Wars Train

Λήψη αρχείων επέκτασης Tribal Wars Train σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension allows you to send multiple commands in a matter of milliseconds.

1) Prepare your commands in adjacent tabs.
2) Select the tab with your first command.
3) Click the noble icon in the top right to open a popup (see image)
4) Enter the number of commands you wish to send in the 'tabs' field
5) Enter the desired time gap (in milliseconds) between your commands in the 'gap' field
6) Click the 'send' button when you want your commands to depart

If the order of your commands gets messed up, try increasing the time gap
Note that the extension is in no way capable to circumvent the technical block of the minimal gap set by the world settings. A good choice for the gap field typically would be 5 or 10 ms less than the world setting.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tribal Wars Train Tribal Wars Train
ID ppajhpdaingbnajnkoidgmkoblgpfiok
Επίσημο URL https://chromewebstore.google.com/detail/tribal-wars-train/ppajhpdaingbnajnkoidgmkoblgpfiok
Περιγραφή Prepare up to 5 commands and send them all with 1 click!
Μέγεθος Αρχείου 31.52 KB
Αριθμός Εγκαταστάσεων 14,401
Τρέχουσα Έκδοση 1.8
Τελευταία Ενημέρωση 2023-10-25
Ημερομηνία Δημοσίευσης 2019-03-26
Αξιολόγηση 3.15/5 Συνολικά 60 Αξιολογήσεις
Προγραμματιστής romping-cover
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/rompingrig/home
Υποστηριζόμενες Γλώσσες nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tribal Wars Train",
    "description": "Prepare up to 5 commands and send them all with 1 click!",
    "icons": {
        "16": "images\/icons\/16.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "version": "1.8",
    "manifest_version": 2,
    "author": "Maarten Sijmkens",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "page_action": {
        "default_icon": "images\/snob.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Send"
    },
    "permissions": [
        "https:\/\/*.tribalwars.nl\/*",
        "https:\/\/*.die-staemme.de\/*",
        "https:\/\/*.staemme.ch\/*",
        "https:\/\/*.tribalwars.net\/*",
        "https:\/\/*.plemiona.pl\/*",
        "https:\/\/*.tribalwars.se\/*",
        "https:\/\/*.tribalwars.com.br\/*",
        "https:\/\/*.tribalwars.com.pt\/*",
        "https:\/\/*.divokekmeny.cz\/*",
        "https:\/\/*.triburile.ro\/*",
        "https:\/\/*.voyna-plemyon.ru\/*",
        "https:\/\/*.fyletikesmaxes.gr\/*",
        "https:\/\/*.tribalwars.com\/*",
        "https:\/\/*.divoke-kmene.sk\/*",
        "https:\/\/*.klanhaboru.hu\/*",
        "https:\/\/*.tribalwars.dk\/*",
        "https:\/\/*.tribals.it\/*",
        "https:\/\/*.klanlar.org\/*",
        "https:\/\/*.guerretribale.fr\/*",
        "https:\/\/*.guerrastribales.es\/*",
        "https:\/\/*.tribalwars.ae\/*",
        "https:\/\/*.tribalwars.co.uk\/*",
        "https:\/\/*.vojnaplemen.si\/*",
        "https:\/\/*.plemena.com\/*",
        "https:\/\/*.tribalwars.asia\/*",
        "https:\/\/*.tribalwars.works\/*",
        "https:\/\/*.tribalwars.us\/*"
    ]
}