Tooncraft

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

什么是Tooncraft?

Tooncraft是由https://minecraftfangames.pw开发的Chrome扩展程序,该扩展的主要功能是“ToonCraft is a free minecraft style voxel game that runs in browser.”。

扩展截图

screenshot
screenshot
screenshot

下载Tooncraft扩展crx文件

下载Tooncraft扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Tooncraft Tooncraft
ID hebkidkignlikacbgchpillehimpoodf
官方URL https://chromewebstore.google.com/detail/tooncraft/hebkidkignlikacbgchpillehimpoodf
简介 ToonCraft is a free minecraft style voxel game that runs in browser.
文件大小 289 KB
安装次数 3,000
当前版本 2.0
更新时间 2022-03-14
上架时间 2022-01-07
评分 2.32/5 共84次评分
开发者 https://minecraftfangames.pw
电子邮箱 [email protected]
付费类型 free
扩展官网 https://minecraftfangames.pw/
隐私政策页面URL https://minecraftfangames.pw/privacy_policy.html
支持的语言 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"
        }
    }
}