The Tale Trade Ext

Расширение для Сказки, улчушающая работу с Картами Судьбы.

What is The Tale Trade Ext?

The Tale Trade Ext is a Chrome extension developed by CrackDiamond, and its main feature is "Расширение для Сказки, улчушающая работу с Картами Судьбы.".

Extension Screenshots

screenshot
screenshot
screenshot

Download The Tale Trade Ext Extension CRX File

Download The Tale Trade Ext 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), дополняющая интерфейс и автоматизирующая некоторые действия связанные с рынком и Картами Судьбы.
Версия: 0.6.1
* Обновлено под новую версию "Сказки"
Версия: 0.5.2
* Обновлен механизм массовой переработки карт
* Убран рыночный функционал (теперь он реализован в самой игре)                    

Extension Basic Information

Name The Tale Trade Ext The Tale Trade Ext
ID djnpbgllamkaidfbcnopjoojpojgjhfd
Official URL https://chromewebstore.google.com/detail/the-tale-trade-ext/djnpbgllamkaidfbcnopjoojpojgjhfd
Description Расширение для Сказки, улчушающая работу с Картами Судьбы.
File Size 48.41 KB
Installation Count 63
Current Version 0.6.1
Last Updated 2019-10-25
Publish Date 2019-10-25
Rating 5.00/5 Total 4 Ratings
Developer CrackDiamond
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Tale Trade Ext",
    "version": "0.6.1",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0421\u043a\u0430\u0437\u043a\u0438, \u0443\u043b\u0447\u0443\u0448\u0430\u044e\u0449\u0430\u044f \u0440\u0430\u0431\u043e\u0442\u0443 \u0441 \u041a\u0430\u0440\u0442\u0430\u043c\u0438 \u0421\u0443\u0434\u044c\u0431\u044b.",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/the-tale.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/the-tale.org\/game\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "game.js"
            ]
        }
    ]
}