Бот Лиги Героев

Единственный в своем роде автоматизатор игровой жизни в Лиге Героев.

Qu'est-ce que Бот Лиги Героев ?

Бот Лиги Героев est une extension Chrome développée par Paul Iluhin, et sa fonction principale est "Единственный в своем роде автоматизатор игровой жизни в Лиге Героев.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Бот Лиги Героев

Téléchargez les fichiers d'extension Бот Лиги Героев au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Умеет практически всё, что называется "вбиванием 4х циферок":
- ○► Улучшение последователей 
- √ Добыча в добывающих гильдиях
- ○► Крафтинг вещей
- ○► Автобои на арене с мобами
- ○► Ловля жуков (с автоматическим боем)
- ○► Хождение по лесам и болотам в поисках ресурсов, а так же в лабиринтах с уничтожением мобов
- ○ Добираться до нужных локаций в Руинах и набирать необходимые эффекты
- ○ Разбор вещей в Призрачной башне
- ○► Работы в Гильдии Фальшивомонетчиков
- ○► Автоматическая разгадка загадок Загадочника (квест ловли жуков в Замке Илдиора)

Бот постоянно дорабатывается и улучшается, следите за обновлениями!                    

Informations de Base sur l'Extension

Nom Бот Лиги Героев Бот Лиги Героев
ID ongjkgcmehnefnimibdkemchmcigjgdc
URL Officiel https://chromewebstore.google.com/detail/%D0%B1%D0%BE%D1%82-%D0%BB%D0%B8%D0%B3%D0%B8-%D0%B3%D0%B5%D1%80%D0%BE%D0%B5%D0%B2/ongjkgcmehnefnimibdkemchmcigjgdc
Description Единственный в своем роде автоматизатор игровой жизни в Лиге Героев.
Taille du Fichier 537 KB
Nombre d'Installations 10
Version Actuelle 2.1
Dernière Mise à Jour 2019-04-08
Date de Publication 2019-04-07
Évaluation 1.00/5 Total 1 Évaluations
Développeur Paul Iluhin
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vk.com/lhbot
Langues Prises en Charge ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "ru",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_appShortName__",
    "version": "2.1",
    "icons": {
        "16": "\/img\/anticaptcha-logo\/16.png",
        "48": "\/img\/anticaptcha-logo\/48.png",
        "128": "\/img\/anticaptcha-logo\/128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "\/img\/anticaptcha-logo\/16.png",
            "32": "\/img\/anticaptcha-logo\/32.png"
        },
        "default_popup": "options.html",
        "default_title": "Show my balance"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.fantasyland.ru\/*"
            ],
            "match_about_blank": true,
            "js": [
                "\/js\/config.js",
                "\/js\/code.js",
                "\/js\/jquery-3.1.1.js",
                "\/js\/lib\/mousetrap.min.js",
                "\/js\/lib\/image_captcha_tests.js",
                "\/js\/methods.js",
                "\/js\/anticaptcha\/anticaptcha.js",
                "\/js\/content_script\/image_captcha.js",
                "\/js\/content_script\/tainted_image.js",
                "\/js\/content_script\/solution_post_message.js",
                "\/js\/content_script\/api.js"
            ],
            "css": [
                "\/css\/content_scripts.css"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "\/js\/config.js",
            "\/js\/methods.js",
            "\/js\/jquery-3.1.1.js",
            "\/js\/background\/headers.js",
            "\/js\/background\/index.js",
            "\/js\/background\/tainted_image.js",
            "\/js\/anticaptcha\/anticaptcha.js",
            "\/js\/lib\/image_response_cache.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "\/img\/*",
        "\/css\/*",
        "\/sounds\/*"
    ]
}