Mineworlds | Map Share & Import

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

Mineworlds | Map Share & Import क्या है?

Mineworlds | Map Share & Import https://tapjolt.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play the ultimate browser-based Minecraft like game with Mineworlds."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mineworlds | Map Share & Import एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ URL 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"
        }
    }
}