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!
Что такое MCRES - Maps and Mods for Minecraft PE?
MCRES - Maps and Mods for Minecraft PE - это расширение Chrome, разработанное http://mcres.me, и его основная функция - "View the coolest maps, mods, addons, textures, and more for Minecraft PE, all in one app for you to enjoy!".
Снимки экрана расширения
Скачать файл CRX расширения MCRES - Maps and Mods for Minecraft PE
Скачайте файлы расширений MCRES - Maps and Mods for Minecraft PE в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | oohpencfjalcnahaaeaikpnaeckgnlgp |
Официальный URL | https://chrome.google.com/webstore/detail/mcres-maps-and-mods-for-m/oohpencfjalcnahaaeaikpnaeckgnlgp |
Описание | View the coolest maps, mods, addons, textures, and more for Minecraft PE, all in one app for you to enjoy! |
Размер файла | 246 KB |
Количество установок | 576 |
Текущая Версия | 1.1 |
Последнее Обновление | 2019-10-12 |
Дата публикации | 2019-10-12 |
Рейтинг | 3.50/5 Всего 4 оценок |
Разработчик | http://mcres.me |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://mcres.me/ |
URL страницы помощи | https://mcres.me/members/mcresapp/ |
URL страницы политики конфиденциальности | https://octarus.com/privacy |
Поддерживаемые языки | 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" } |