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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    }
}