Tooncraft

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

What is Tooncraft?

Tooncraft is a Chrome extension developed by https://minecraftfangames.pw, and its main feature is "ToonCraft is a free minecraft style voxel game that runs in browser.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tooncraft Extension CRX File

Download Tooncraft extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tooncraft Tooncraft
ID hebkidkignlikacbgchpillehimpoodf
Official URL https://chromewebstore.google.com/detail/tooncraft/hebkidkignlikacbgchpillehimpoodf
Description ToonCraft is a free minecraft style voxel game that runs in browser.
File Size 289 KB
Installation Count 3,000
Current Version 2.0
Last Updated 2022-03-14
Publish Date 2022-01-07
Rating 2.32/5 Total 84 Ratings
Developer https://minecraftfangames.pw
Email [email protected]
Payment Type free
Extension Website https://minecraftfangames.pw/
Privacy Policy Page URL https://minecraftfangames.pw/privacy_policy.html
Supported Languages 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"
        }
    }
}