Tooncraft
ToonCraft is a free minecraft style voxel game that runs in browser.
O que é Tooncraft?
Tooncraft é uma extensão do Chrome desenvolvida por https://minecraftfangames.pw, e sua principal característica é "ToonCraft is a free minecraft style voxel game that runs in browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tooncraft
Baixe arquivos de extensão Tooncraft no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Tooncraft |
ID | hebkidkignlikacbgchpillehimpoodf |
URL Oficial | https://chromewebstore.google.com/detail/tooncraft/hebkidkignlikacbgchpillehimpoodf |
Descrição | ToonCraft is a free minecraft style voxel game that runs in browser. |
Tamanho do Arquivo | 289 KB |
Contagem de Instalações | 3,000 |
Versão Atual | 2.0 |
Última Atualização | 2022-03-14 |
Data de Publicação | 2022-01-07 |
Classificação | 2.32/5 Total de 84 Avaliações |
Desenvolvedor | https://minecraftfangames.pw |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://minecraftfangames.pw/ |
URL da Página de Política de Privacidade | https://minecraftfangames.pw/privacy_policy.html |
Idiomas Suportados | 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" } } } |