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開發的Chrome擴展程式,該擴展的主要功能是“Play the ultimate browser-based Minecraft like game with Mineworlds.”。

擴展截圖

screenshot
screenshot
screenshot

下載Mineworlds | Map Share & Import擴展crx文件

下載Mineworlds | Map Share & Import擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    }
}