Tooncraft
ToonCraft is a free minecraft style voxel game that runs in browser.
Cos'è Tooncraft?
Tooncraft è un'estensione di Chrome sviluppata da https://minecraftfangames.pw, e la sua funzione principale è "ToonCraft is a free minecraft style voxel game that runs in browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tooncraft
Scarica i file di estensione Tooncraft in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Tooncraft |
ID | hebkidkignlikacbgchpillehimpoodf |
URL Ufficiale | https://chromewebstore.google.com/detail/tooncraft/hebkidkignlikacbgchpillehimpoodf |
Descrizione | ToonCraft is a free minecraft style voxel game that runs in browser. |
Dimensione del File | 289 KB |
Conteggio Installazioni | 3,000 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2022-03-14 |
Data di Pubblicazione | 2022-01-07 |
Valutazione | 2.32/5 Totale 84 Valutazioni |
Sviluppatore | https://minecraftfangames.pw |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://minecraftfangames.pw/ |
URL della Pagina della Politica sulla Privacy | https://minecraftfangames.pw/privacy_policy.html |
Lingue Supportate | 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" } } } |