Mega Man Game
Mega Man you must negotiate your way through the increasingly difficult levels and fight all the bad guys to progress!
¿Qué es Mega Man Game?
Mega Man Game es una extensión de Chrome desarrollada por LegendsGames, y su función principal es "Mega Man you must negotiate your way through the increasingly difficult levels and fight all the bad guys to progress!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Mega Man Game
Descarga archivos de extensión Mega Man Game en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Play with the most famous hero in the history of video games in Mega Man Game. How to use - Just by clicking on Add to Chrome it will be added automatically install. - In the upper left corner, click on settings to customize all options according to your needs. - Enjoy Mega Man Game!
Información Básica de la Extensión
Nombre | |
ID | fmiilhgcghcmaocdkcjnpkaklnoglcke |
URL Oficial | https://chrome.google.com/webstore/detail/mega-man-game/fmiilhgcghcmaocdkcjnpkaklnoglcke |
Descripción | Mega Man you must negotiate your way through the increasingly difficult levels and fight all the bad guys to progress! |
Tamaño del Archivo | 39.54 KB |
Cantidad de Instalaciones | 473 |
Versión Actual | 1.0 |
Última Actualización | 2019-03-13 |
Fecha de Publicación | 2019-03-13 |
Desarrollador | LegendsGames |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en,en-GB,en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "__MSG_appName__" }, "content_security_policy": "script-src 'self'; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "__MSG_appName__", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |