The Tale Extended

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

Qu'est-ce que The Tale Extended ?

The Tale Extended est une extension Chrome développée par standy, et sa fonction principale est "Расширение базового функционала в браузерной игре Сказка".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension The Tale Extended

Téléchargez les fichiers d'extension The Tale Extended 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

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

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

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

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

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

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



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

Informations de Base sur l'Extension

Nom The Tale Extended The Tale Extended
ID hafakbhcckdligdjpghlofaplaajpaje
URL Officiel https://chromewebstore.google.com/detail/the-tale-extended/hafakbhcckdligdjpghlofaplaajpaje
Description Расширение базового функционала в браузерной игре Сказка
Taille du Fichier 67.12 KB
Nombre d'Installations 356
Version Actuelle 0.5.9
Dernière Mise à Jour 2018-12-23
Date de Publication 2018-12-23
Évaluation 4.79/5 Total 34 Évaluations
Développeur standy
Type de Paiement free
Site Web de l'Extension http://the-tale.org/
URL de la Page d'Aide http://the-tale.org/guide/game
Langues Prises en Charge 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"
            ]
        }
    ]
}