Autofarmer FK - TribalWars

Advanced bot for loot assistant with antiReCaptcha.

Τι είναι το Autofarmer FK - TribalWars;

Το Autofarmer FK - TribalWars είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rgFKit, και η κύρια λειτουργία του είναι "Advanced bot for loot assistant with antiReCaptcha.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Autofarmer FK - TribalWars

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

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

                        Mail: [email protected]
Are you fed up with continuous clicking? Wondering how others achieve records of plunder after 100,000? The neighbor has better? This extension is something for you!

Stop getting up at night, stop waste hours, stop destroy your mouse - let the computer do it for you!


The software has many configuration options and capabilities, so that everyone can find a golden mean:
- random pause after sending troops from the given number of villages
- no pause at the appropriate setting
- pause time configuration
- maximum level of masonry that can be attacked (of course if it has been scanned)
- maximum range
- maximum number of attacks per village
- attack preferences - A, B or C
- interval between successive attacks
- activation or deactivation of the attack of yellow dots
- the template with the same reconnaissance attacks only villages with yellow / red dots and a wall above the setting (only 1 such attack is sent)
- stopping the bot at any time
- anti reCaptcha bypassing images (efficiency in more than 99% of cases)

For 4 months testing this software - NO of 12 testers received an account lock.                    

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

Όνομα Autofarmer FK - TribalWars Autofarmer FK - TribalWars
ID hcfgfakmplfgdfcgekibdlimmpehnfel
Επίσημο URL https://chromewebstore.google.com/detail/autofarmer-fk-tribalwars/hcfgfakmplfgdfcgekibdlimmpehnfel
Περιγραφή Advanced bot for loot assistant with antiReCaptcha.
Μέγεθος Αρχείου 437 KB
Αριθμός Εγκαταστάσεων 434
Τρέχουσα Έκδοση 3.5.0
Τελευταία Ενημέρωση 2022-05-12
Ημερομηνία Δημοσίευσης 2020-01-06
Αξιολόγηση 4.14/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής rgFKit
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_title__",
    "version": "3.5.0",
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "minimum_chrome_version": "88.0",
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "https:\/\/*.tribalwars.nl\/*farm*",
                "https:\/\/*.die-staemme.de\/*farm*",
                "https:\/\/*.staemme.ch\/*farm*",
                "https:\/\/*.tribalwars.net\/*farm*",
                "https:\/\/*.plemiona.pl\/*farm*",
                "https:\/\/*.tribalwars.se\/*farm*",
                "https:\/\/*.tribalwars.com.br\/*farm*",
                "https:\/\/*.tribalwars.com.pt\/*farm*",
                "https:\/\/*.divokekmeny.cz\/*farm*",
                "https:\/\/*.triburile.ro\/*farm*",
                "https:\/\/*.voyna-plemyon.ru\/*farm*",
                "https:\/\/*.fyletikesmaxes.gr\/*farm*",
                "https:\/\/*.tribalwars.com\/*farm*",
                "https:\/\/*.divoke-kmene.sk\/*farm*",
                "https:\/\/*.klanhaboru.hu\/*farm*",
                "https:\/\/*.tribalwars.dk\/*farm*",
                "https:\/\/*.tribals.it\/*farm*",
                "https:\/\/*.klanlar.org\/*farm*",
                "https:\/\/*.guerretribale.fr\/*farm*",
                "https:\/\/*.guerrastribales.es\/*farm*",
                "https:\/\/*.tribalwars.ae\/*farm*",
                "https:\/\/*.tribalwars.co.uk\/*farm*",
                "https:\/\/*.vojnaplemen.si\/*farm*",
                "https:\/\/*.plemena.com\/*farm*",
                "https:\/\/*.tribalwars.asia\/*farm*",
                "https:\/\/*.tribalwars.works\/*farm*",
                "https:\/\/*.tribalwars.us\/*farm*"
            ],
            "js": [
                "jquery.js",
                "src\/ExtPay.js",
                "src\/afFK.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/recaptcha\/api2*",
                "https:\/\/www.google.com\/recaptcha\/api2\/bframe*",
                "https:\/\/www.recaptcha.net\/recaptcha\/api2\/bframe*",
                "https:\/\/www.google.com\/recaptcha\/enterprise\/bframe*",
                "https:\/\/www.recaptcha.net\/recaptcha\/enterprise\/bframe*"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "src\/click.js"
            ]
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "src\/ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "64": "icon\/64.png",
        "128": "icon\/128.png",
        "256": "icon\/256.png",
        "512": "icon\/512.png"
    }
}