Momo Platformer
A platformer!
What is Momo Platformer?
Momo Platformer is a Chrome extension developed by morgan, and its main feature is "A platformer!".
Extension Screenshots
Download Momo Platformer Extension CRX File
Download Momo Platformer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | nnigbahbfkeglbicmhbnakfpihjdebml |
Official URL | https://chrome.google.com/webstore/detail/momo-platformer/nnigbahbfkeglbicmhbnakfpihjdebml |
Description | A platformer! |
File Size | 90.92 KB |
Installation Count | 98 |
Current Version | 0.6 |
Last Updated | 2018-10-19 |
Publish Date | 2018-10-19 |
Rating | 3.50/5 Total 6 Ratings |
Developer | morgan |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } |