Tooncraft
ToonCraft is a free minecraft style voxel game that runs in browser.
¿Qué es Tooncraft?
Tooncraft es una extensión de Chrome desarrollada por https://minecraftfangames.pw, y su función principal es "ToonCraft is a free minecraft style voxel game that runs in browser.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tooncraft
Descarga archivos de extensión Tooncraft en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Tooncraft |
ID | hebkidkignlikacbgchpillehimpoodf |
URL Oficial | https://chromewebstore.google.com/detail/tooncraft/hebkidkignlikacbgchpillehimpoodf |
Descripción | ToonCraft is a free minecraft style voxel game that runs in browser. |
Tamaño del Archivo | 289 KB |
Cantidad de Instalaciones | 3,000 |
Versión Actual | 2.0 |
Última Actualización | 2022-03-14 |
Fecha de Publicación | 2022-01-07 |
Calificación | 2.32/5 Total de 84 Calificaciones |
Desarrollador | https://minecraftfangames.pw |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://minecraftfangames.pw/ |
URL de la Página de Política de Privacidad | https://minecraftfangames.pw/privacy_policy.html |
Idiomas Soportados | 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" } } } |