Tooncraft
ToonCraft is a free minecraft style voxel game that runs in browser.
Was ist Tooncraft?
Tooncraft ist eine Chrome-Erweiterung, die von https://minecraftfangames.pw entwickelt wurde, und ihr Hauptmerkmal ist "ToonCraft is a free minecraft style voxel game that runs in browser.".
Erweiterungsscreenshots
Tooncraft-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tooncraft-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Tooncraft |
ID | hebkidkignlikacbgchpillehimpoodf |
Offizielle URL | https://chromewebstore.google.com/detail/tooncraft/hebkidkignlikacbgchpillehimpoodf |
Beschreibung | ToonCraft is a free minecraft style voxel game that runs in browser. |
Dateigröße | 289 KB |
Installationsanzahl | 3,000 |
Aktuelle Version | 2.0 |
Letztes Update | 2022-03-14 |
Veröffentlichungsdatum | 2022-01-07 |
Bewertung | 2.32/5 Insgesamt 84 Bewertungen |
Entwickler | https://minecraftfangames.pw |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://minecraftfangames.pw/ |
URL der Datenschutzrichtlinien-Seite | https://minecraftfangames.pw/privacy_policy.html |
Unterstützte Sprachen | 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" } } } |