Momo Platformer
A platformer!
Wat is Momo Platformer?
Momo Platformer is een Chrome-extensie ontwikkeld door morgan, en de belangrijkste functie is "A platformer!".
Extensie Screenshots
Download het CRX-bestand van de extensie Momo Platformer
Download Momo Platformer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | nnigbahbfkeglbicmhbnakfpihjdebml |
Officiële URL | https://chrome.google.com/webstore/detail/momo-platformer/nnigbahbfkeglbicmhbnakfpihjdebml |
Beschrijving | A platformer! |
Bestandsgrootte | 90.92 KB |
Aantal Installaties | 98 |
Huidige Versie | 0.6 |
Laatst Bijgewerkt | 2018-10-19 |
Publicatiedatum | 2018-10-19 |
Beoordeling | 3.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | morgan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |