Mineworlds | Map Share & Import

Play the ultimate browser-based Minecraft like game with Mineworlds.

ما هو Mineworlds | Map Share & Import؟

Mineworlds | Map Share & Import هو إضافة Chrome تم تطويرها بواسطة https://tapjolt.com، والميزة الرئيسية لها هي "Play the ultimate browser-based Minecraft like game with Mineworlds.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Mineworlds | Map Share & Import

قم بتنزيل ملفات الامتداد Mineworlds | Map Share & Import بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Now you can backup and share your MineWorlds maps with your friends.

About MineWorlds:
A simple Minecraft like voxel game that runs in your browser. Explore the world and build structures . Enjoy multiple games modes .

• Immerse yourself in the world of Mineworlds, the ultimate browser-based Minecraft like game.
• Unleash your creativity and build, explore, and survive in an open-world sandbox environment with endless possibilities.
• Create your own unique world with various terrains, resources, and mobs to discover.
• Play with friends online or alone in single-player mode and make new friends in the Mineworlds community
• Enjoy regular updates with new features and improvements to enhance your gameplay experience.
• No downloads or installations required, play Mineworlds instantly through the Chrome Web Store.

Examples of use case:
• As a student, take a break from studying and build your dream castle during your study breaks
• As a family, play together online and create a shared world for fun and bonding
• As a game developer, use Mineworlds as inspiration for your own game development projects.

Please leave feedback and help us improve.
Thank you                    

معلومات أساسية عن التمديد

الاسم Mineworlds | Map Share & Import Mineworlds | Map Share & Import
ID aelilchegodhfninjoolghfaoeikadni
عنوان URL الرسمي https://chromewebstore.google.com/detail/mineworlds-map-share-impo/aelilchegodhfninjoolghfaoeikadni
الوصف Play the ultimate browser-based Minecraft like game with Mineworlds.
حجم الملف 290 KB
عدد التثبيتات 15,106
النسخة الحالية 3.4
آخر تحديث 2023-03-03
تاريخ النشر 2020-10-29
تقييم 2.45/5 مجموع تقييمات 11
المطور https://tapjolt.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://tapjolt.com/privacy_policy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mineworlds | Map Share & Import",
    "description": "Play the ultimate browser-based Minecraft like game with Mineworlds.",
    "short_name": "ToonCraft",
    "version": "3.4",
    "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"
        }
    }
}