Tooncraft
ToonCraft is a free minecraft style voxel game that runs in browser.
Что такое Tooncraft?
Tooncraft - это расширение Chrome, разработанное https://minecraftfangames.pw, и его основная функция - "ToonCraft is a free minecraft style voxel game that runs in browser.".
Снимки экрана расширения
Скачать файл CRX расширения Tooncraft
Скачайте файлы расширений Tooncraft в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Tooncraft is a simple browser based voxel game inspired by Minecraft. Although Tooncraft does not have all the feature that are there in minecraft but its better than nothing because it can run in your browser without any downloads or extra plusgins. If you think is not enough for you then head over to minecraft.net and buy minecraft. Disclaimer: Tooncraft is not related to Mojang AB. Minecraft is a registered trademark of Mojang AB. All other trademarks cited herein are the property of their respective owners
Основная информация о расширении
Название | Tooncraft |
ID | hebkidkignlikacbgchpillehimpoodf |
Официальный URL | https://chromewebstore.google.com/detail/tooncraft/hebkidkignlikacbgchpillehimpoodf |
Описание | ToonCraft is a free minecraft style voxel game that runs in browser. |
Размер файла | 289 KB |
Количество установок | 3,000 |
Текущая Версия | 2.0 |
Последнее Обновление | 2022-03-14 |
Дата публикации | 2022-01-07 |
Рейтинг | 2.32/5 Всего 84 оценок |
Разработчик | https://minecraftfangames.pw |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://minecraftfangames.pw/ |
URL страницы политики конфиденциальности | https://minecraftfangames.pw/privacy_policy.html |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tooncraft", "description": "ToonCraft is a free minecraft style voxel game that runs in browser.", "short_name": "Tooncraft", "version": "2.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.minecraftfangames.pw\/*" ], "run_at": "document_end", "js": [ "contentScript.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "128": "icons\/icon-128.png" }, "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" } } } |