Momo Platformer
A platformer!
Что такое Momo Platformer?
Momo Platformer - это расширение Chrome, разработанное morgan, и его основная функция - "A platformer!".
Снимки экрана расширения
Скачать файл CRX расширения Momo Platformer
Скачайте файлы расширений Momo Platformer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A platformer. (0.1 = Alpha 1.0, 0.1.2 = Alpha 1.2, ext) Version Alpha 1.0: 1.A Platformer Version Alpha 2.0: 1.Bug Fixes i) Movement fixes 2.You can now place blocks 3.You can now jump Version Alpha 3.0: 1.Bug Fixes 2.Textures! 3.Levels 4.Health (you can now die) Version Alpha 3.1: 1.Bug Fixes Version Alpha 3.2: 1.Added people to the credits Version Alpha 4: 1.Added people to the credits 2.Bug Fixes 3.I broke the movement by accident 4.Added a level! 5.Added secret commands to build levels! Version Alpha 5: 1.Bug Fixes 2.I broke the movement 3.Made Scrolling!!! 4.The world is now infinite! Version Alpha 6: 1. Lots and lots of bug fixes! 2. New character 3. Getting ready for 1.0!
Основная информация о расширении
Название | |
ID | nnigbahbfkeglbicmhbnakfpihjdebml |
Официальный URL | https://chrome.google.com/webstore/detail/momo-platformer/nnigbahbfkeglbicmhbnakfpihjdebml |
Описание | A platformer! |
Размер файла | 90.92 KB |
Количество установок | 98 |
Текущая Версия | 0.6 |
Последнее Обновление | 2018-10-19 |
Дата публикации | 2018-10-19 |
Рейтинг | 3.50/5 Всего 6 оценок |
Разработчик | morgan |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Momo Platformer", "description": "A platformer!", "version": "0.6", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "jquery-3.2.1.js" ], "persistent": false } } |