Tooncraft

ToonCraft is a free minecraft style voxel game that runs in browser.

Qu'est-ce que Tooncraft ?

Tooncraft est une extension Chrome développée par https://minecraftfangames.pw, et sa fonction principale est "ToonCraft is a free minecraft style voxel game that runs in browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tooncraft

Téléchargez les fichiers d'extension Tooncraft au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tooncraft Tooncraft
ID hebkidkignlikacbgchpillehimpoodf
URL Officiel https://chromewebstore.google.com/detail/tooncraft/hebkidkignlikacbgchpillehimpoodf
Description ToonCraft is a free minecraft style voxel game that runs in browser.
Taille du Fichier 289 KB
Nombre d'Installations 3,000
Version Actuelle 2.0
Dernière Mise à Jour 2022-03-14
Date de Publication 2022-01-07
Évaluation 2.32/5 Total 84 Évaluations
Développeur https://minecraftfangames.pw
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://minecraftfangames.pw/
URL de la Page de Politique de Confidentialité https://minecraftfangames.pw/privacy_policy.html
Langues Prises en Charge 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"
        }
    }
}