Tooncraft
ToonCraft is a free minecraft style voxel game that runs in browser.
Tooncraft क्या है?
Tooncraft https://minecraftfangames.pw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ToonCraft is a free minecraft style voxel game that runs in browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tooncraft एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } } |