Tooncraft
ToonCraft is a free minecraft style voxel game that runs in browser.
ما هو Tooncraft؟
Tooncraft هو إضافة Chrome تم تطويرها بواسطة https://minecraftfangames.pw، والميزة الرئيسية لها هي "ToonCraft is a free minecraft style voxel game that runs in browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tooncraft
قم بتنزيل ملفات الامتداد Tooncraft بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة سياسة الخصوصية | 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" } } } |