Tooncraft
ToonCraft is a free minecraft style voxel game that runs in browser.
Wat is Tooncraft?
Tooncraft is een Chrome-extensie ontwikkeld door https://minecraftfangames.pw, en de belangrijkste functie is "ToonCraft is a free minecraft style voxel game that runs in browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tooncraft
Download Tooncraft-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Tooncraft |
ID | hebkidkignlikacbgchpillehimpoodf |
Officiële URL | https://chromewebstore.google.com/detail/tooncraft/hebkidkignlikacbgchpillehimpoodf |
Beschrijving | ToonCraft is a free minecraft style voxel game that runs in browser. |
Bestandsgrootte | 289 KB |
Aantal Installaties | 3,000 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2022-03-14 |
Publicatiedatum | 2022-01-07 |
Beoordeling | 2.32/5 Totaal 84 Beoordelingen |
Ontwikkelaar | https://minecraftfangames.pw |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://minecraftfangames.pw/ |
URL van de Privacybeleid Pagina | https://minecraftfangames.pw/privacy_policy.html |
Ondersteunde Talen | 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" } } } |