Inferno Legend
Great 3D RPG game, where you will play the character of the devil.
O que é Inferno Legend?
Inferno Legend é uma extensão do Chrome desenvolvida por zahraj.web, e sua principal característica é "Great 3D RPG game, where you will play the character of the devil.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Inferno Legend
Baixe arquivos de extensão Inferno Legend no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | cmbjlkbmjcnofompbcdeokhlajnehaio |
URL Oficial | https://chrome.google.com/webstore/detail/inferno-legend/cmbjlkbmjcnofompbcdeokhlajnehaio |
Descrição | Great 3D RPG game, where you will play the character of the devil. |
Tamanho do Arquivo | 41.27 KB |
Contagem de Instalações | 60 |
Versão Atual | 1.0 |
Última Atualização | 2014-02-25 |
Data de Publicação | 2014-02-25 |
Classificação | 3.67/5 Total de 9 Avaliações |
Desenvolvedor | zahraj.web |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |