Tooncraft

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

Vad är Tooncraft?

Tooncraft är en Chrome-tillägg utvecklad av https://minecraftfangames.pw, och dess huvudfunktion är "ToonCraft is a free minecraft style voxel game that runs in browser.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Tooncraft-förlängningens CRX-fil

Ladda ner Tooncraft-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Tooncraft Tooncraft
ID hebkidkignlikacbgchpillehimpoodf
Officiell webbadress https://chromewebstore.google.com/detail/tooncraft/hebkidkignlikacbgchpillehimpoodf
Beskrivning ToonCraft is a free minecraft style voxel game that runs in browser.
Filstorlek 289 KB
Antal Installationer 3,000
Aktuell Version 2.0
Senast Uppdaterad 2022-03-14
Publiceringsdatum 2022-01-07
Betyg 2.32/5 Totalt 84 Betyg
Utvecklare https://minecraftfangames.pw
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://minecraftfangames.pw/
URL till Sekretesspolicy Sidan https://minecraftfangames.pw/privacy_policy.html
Stödda Språk 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"
        }
    }
}