The Tale Trade Ext
Расширение для Сказки, улчушающая работу с Картами Судьбы.
Qu'est-ce que The Tale Trade Ext ?
The Tale Trade Ext est une extension Chrome développée par CrackDiamond, et sa fonction principale est "Расширение для Сказки, улчушающая работу с Картами Судьбы.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension The Tale Trade Ext
Téléchargez les fichiers d'extension The Tale Trade Ext 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), дополняющая интерфейс и автоматизирующая некоторые действия связанные с рынком и Картами Судьбы. Версия: 0.6.1 * Обновлено под новую версию "Сказки" Версия: 0.5.2 * Обновлен механизм массовой переработки карт * Убран рыночный функционал (теперь он реализован в самой игре)
Informations de Base sur l'Extension
Nom | The Tale Trade Ext |
ID | djnpbgllamkaidfbcnopjoojpojgjhfd |
URL Officiel | https://chromewebstore.google.com/detail/the-tale-trade-ext/djnpbgllamkaidfbcnopjoojpojgjhfd |
Description | Расширение для Сказки, улчушающая работу с Картами Судьбы. |
Taille du Fichier | 48.41 KB |
Nombre d'Installations | 63 |
Version Actuelle | 0.6.1 |
Dernière Mise à Jour | 2019-10-25 |
Date de Publication | 2019-10-25 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | CrackDiamond |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |