MCRES - Maps and Mods for Minecraft PE
View the coolest maps, mods, addons, textures, and more for Minecraft PE, all in one app for you to enjoy!
Apa itu MCRES - Maps and Mods for Minecraft PE?
MCRES - Maps and Mods for Minecraft PE adalah ekstensi Chrome yang dikembangkan oleh http://mcres.me, dan fitur utamanya adalah "View the coolest maps, mods, addons, textures, and more for Minecraft PE, all in one app for you to enjoy!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MCRES - Maps and Mods for Minecraft PE
Unduh file ekstensi MCRES - Maps and Mods for Minecraft PE dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
MCresources is a content sharing platform for Minecraft Bedrock Edition, previously known as MCPE, or Pocket Edition. We showcase creations that are high quality, entertaining, and valuable. We offer downloads to top creations, like Maps, Mods, Addons, Resource and Behavior packs, Music packs, and tons of other creations. We also offer minigames, standalone builds, and lots more genres, too numerous to count. There are over 200 kid friendly creations, with full reviews, so you know exactly how and what the creation is used for and how it works. What you can find: -Maps -Mods -Addons -Seeds -Skins -Commands -Servers Subcategories: -Redstone -Mansions -Minigames -Adventure -Parkour -Biomes -Castles and lots more to discover... MCresources is not affiliated with Mojang AB.
Informasi Dasar Ekstensi
Nama | |
ID | oohpencfjalcnahaaeaikpnaeckgnlgp |
URL Resmi | https://chrome.google.com/webstore/detail/mcres-maps-and-mods-for-m/oohpencfjalcnahaaeaikpnaeckgnlgp |
Deskripsi | View the coolest maps, mods, addons, textures, and more for Minecraft PE, all in one app for you to enjoy! |
Ukuran File | 246 KB |
Jumlah Instalasi | 576 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2019-10-12 |
Tanggal Publikasi | 2019-10-12 |
Penilaian | 3.50/5 Total 4 Penilaian |
Pengembang | http://mcres.me |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://mcres.me/ |
URL Halaman Bantuan | https://mcres.me/members/mcresapp/ |
URL Halaman Kebijakan Privasi | https://octarus.com/privacy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MCRES - Maps and Mods for Minecraft PE", "description": "View the coolest maps, mods, addons, textures, and more for Minecraft PE, all in one app for you to enjoy!", "background": { "page": "background.html" }, "default_locale": "en", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "img\/icon-128.png", "16": "img\/icon-16.png", "48": "img\/icon-48.png" }, "manifest_version": 2, "options_page": "options.html", "permissions": [ "tabs", "alarms", "notifications", "https:\/\/mcres.me\/" ], "version": "1.1" } |