Tooncraft

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

Co je Tooncraft?

Tooncraft je rozšíření Chrome vyvinuté https://minecraftfangames.pw, a jeho hlavní funkcí je „ToonCraft is a free minecraft style voxel game that runs in browser.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Tooncraft

Stáhněte si soubory rozšíření Tooncraft ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Tooncraft Tooncraft
ID hebkidkignlikacbgchpillehimpoodf
Oficiální URL https://chromewebstore.google.com/detail/tooncraft/hebkidkignlikacbgchpillehimpoodf
Popis ToonCraft is a free minecraft style voxel game that runs in browser.
Velikost souboru 289 KB
Počet instalací 3,000
Aktuální Verze 2.0
Poslední Aktualizace 2022-03-14
Datum Vydání 2022-01-07
Hodnocení 2.32/5 Celkem 84 Hodnocení
Vývojář https://minecraftfangames.pw
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://minecraftfangames.pw/
URL Stránky Zásad Ochrany Soukromí https://minecraftfangames.pw/privacy_policy.html
Podporované Jazyky 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"
        }
    }
}