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
Eメール [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"
        }
    }
}