Minecraft Online for Chrome

Expand the fun in Minecraft with our Chrome extension! Discover cheats, skins, and more to enhance your gaming experience.

Minecraft Online for Chromeคืออะไร?

Minecraft Online for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BlueApps.inc และคุณลักษณะหลักของมันคือ "Expand the fun in Minecraft with our Chrome extension! Discover cheats, skins, and more to enhance your gaming experience."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minecraft Online for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย Minecraft Online for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Minecraft in Your Browser! 🌍⛏️

Explore the boundless world of Minecraft right from your browser with our exciting Chrome extension! 🚀🎮

🌟 Key Features 🌟

🏰 Build Your Own World: Dive into Minecraft's limitless creativity. Design and construct your own empire, from humble cabins to majestic castles. The only limit is your imagination! 🏡🏰

🛡️ Epic Adventures: Embark on thrilling adventures filled with monsters, hidden treasures, and mysterious interdimensional portals. Showcase your bravery in the world of Minecraft! ⚔️🧙‍♂️

🌍 Endless Exploration: Discover a vast and diverse world teeming with unique biomes, from dense forests to vast deserts. Every new landscape is an opportunity for adventure! 🌲🏜️

🧪 Magical Artifacts: Find magical artifacts and special powers to unlock awe-inspiring abilities. Become the master of alchemy and magic in Minecraft! 🧪✨

🤖 Multiplayer Mode: Join friends and players from around the world to build, compete, and collaborate on epic projects. The fun never stops in Minecraft! 👥🌐

🛠️ Total Customization: Customize your character, create your own mods, and tailor the game to your liking. Make Minecraft a truly unique experience! 🧰🎨

🔥 Constant Updates: We keep our extension consistently updated with the latest improvements and features from Minecraft. You'll never run out of fresh content! 🔄🔥

Dive into the most iconic world of blocks and adventures of all time, directly from your browser with our Chrome extension! Download now and start creating, exploring, and surviving in Minecraft like never before! ⛏️🌟

Note: This extension is not affiliated with or endorsed by Mojang or Microsoft, the creators of Minecraft.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Minecraft Online for Chrome Minecraft Online for Chrome
ID fnmpfpifghojolgbmdeddijpfejhennl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/minecraft-online-for-chro/fnmpfpifghojolgbmdeddijpfejhennl
คำอธิบาย Expand the fun in Minecraft with our Chrome extension! Discover cheats, skins, and more to enhance your gaming experience.
ขนาดไฟล์ 125 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2024-02-29
วันที่เผยแพร่ 2023-09-16
คะแนน 3.82/5 รวมทั้งหมด 104 คะแนน
ผู้พัฒนา BlueApps.inc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://devfunny.com/
ภาษาที่รองรับ id,de,en,fr,nl,no,vi,tr,ca,da,et,es,es-419,it,lt,pt-BR,pt-PT,sv,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.6",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "activeTab",
        "background",
        "scripting",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        ""
    ]
}