Inferno Legend
Great 3D RPG game, where you will play the character of the devil.
¿Qué es Inferno Legend?
Inferno Legend es una extensión de Chrome desarrollada por zahraj.web, y su función principal es "Great 3D RPG game, where you will play the character of the devil.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Inferno Legend
Descarga archivos de extensión Inferno Legend 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
Great RPG game with 3D graphics. You will play a character who is officially a "devil". Living in the underground world, the player learns various and very interesting abilities (devil abilities are always more fun) and fight those humans of so-called justice. But first of all you must upgrade your character. Quests and battles are really helpful for improve your ability. During the battle you can also use auto mode, where you are only watching the fight. But it is not sure, that you will be the winner.
Información Básica de la Extensión
Nombre | |
ID | cmbjlkbmjcnofompbcdeokhlajnehaio |
URL Oficial | https://chrome.google.com/webstore/detail/inferno-legend/cmbjlkbmjcnofompbcdeokhlajnehaio |
Descripción | Great 3D RPG game, where you will play the character of the devil. |
Tamaño del Archivo | 41.27 KB |
Cantidad de Instalaciones | 60 |
Versión Actual | 1.0 |
Última Actualización | 2014-02-25 |
Fecha de Publicación | 2014-02-25 |
Calificación | 3.67/5 Total de 9 Calificaciones |
Desarrollador | zahraj.web |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inferno Legend", "description": "Great 3D RPG game, where you will play the character of the devil.", "version": "1.0", "manifest_version": 2, "icons": { "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Inferno Legend", "default_icon": "icon.png" } } |