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

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

What is Бот Лиги Героев?

Бот Лиги Героев is a Chrome extension developed by Paul Iluhin, and its main feature is "Единственный в своем роде автоматизатор игровой жизни в Лиге Героев.".

Extension Screenshots

screenshot

Download Бот Лиги Героев Extension CRX File

Download Бот Лиги Героев extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Бот Лиги Героев Бот Лиги Героев
ID ongjkgcmehnefnimibdkemchmcigjgdc
Official URL 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 Единственный в своем роде автоматизатор игровой жизни в Лиге Героев.
File Size 537 KB
Installation Count 10
Current Version 2.1
Last Updated 2019-04-08
Publish Date 2019-04-07
Rating 1.00/5 Total 1 Ratings
Developer Paul Iluhin
Email [email protected]
Payment Type free
Extension Website https://vk.com/lhbot
Supported Languages 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\/*"
    ]
}