The Tale Extended

Расширение базового функционала в браузерной игре Сказка

What is The Tale Extended?

The Tale Extended is a Chrome extension developed by standy, and its main feature is "Расширение базового функционала в браузерной игре Сказка".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download The Tale Extended Extension CRX File

Download The Tale Extended 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

                        * Выводит наглядную информацию о последних действиях

* Отправляет уведомления о заданиях и самочувствии персонажа

* Автоматически помогает в игре

* Сохраняет последние записи в журнале

* Выводит статистику о боях и других действиях

* Добавляет вкладку с краткой информацией о городах Пандоры



Сайт игры Сказка: http://the-tale.org/
Жанр: Нулепользовательская игра, самоиграйка                    

Extension Basic Information

Name The Tale Extended The Tale Extended
ID hafakbhcckdligdjpghlofaplaajpaje
Official URL https://chromewebstore.google.com/detail/the-tale-extended/hafakbhcckdligdjpghlofaplaajpaje
Description Расширение базового функционала в браузерной игре Сказка
File Size 67.12 KB
Installation Count 356
Current Version 0.5.9
Last Updated 2018-12-23
Publish Date 2018-12-23
Rating 4.79/5 Total 34 Ratings
Developer standy
Payment Type free
Extension Website http://the-tale.org/
Help Page URL http://the-tale.org/guide/game
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Tale Extended",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0431\u0430\u0437\u043e\u0432\u043e\u0433\u043e \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u0430 \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u043d\u043e\u0439 \u0438\u0433\u0440\u0435 \u0421\u043a\u0430\u0437\u043a\u0430",
    "version": "0.5.9",
    "author": "standy ",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "https:\/\/the-tale.org\/game\/*",
        "unlimitedStorage",
        "notifications"
    ],
    "web_accessible_resources": [
        "ext.js",
        "ext.css",
        "img\/quest\/caravan.png",
        "img\/128.png"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/the-tale.org\/game\/",
                "https:\/\/the-tale.org\/game\/pvp\/"
            ],
            "js": [
                "injector.js"
            ]
        }
    ]
}