Inferno Legend
Great 3D RPG game, where you will play the character of the devil.
Cos'è Inferno Legend?
Inferno Legend è un'estensione di Chrome sviluppata da zahraj.web, e la sua funzione principale è "Great 3D RPG game, where you will play the character of the devil.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Inferno Legend
Scarica i file di estensione Inferno Legend in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | cmbjlkbmjcnofompbcdeokhlajnehaio |
URL Ufficiale | https://chrome.google.com/webstore/detail/inferno-legend/cmbjlkbmjcnofompbcdeokhlajnehaio |
Descrizione | Great 3D RPG game, where you will play the character of the devil. |
Dimensione del File | 41.27 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-02-25 |
Data di Pubblicazione | 2014-02-25 |
Valutazione | 3.67/5 Totale 9 Valutazioni |
Sviluppatore | zahraj.web |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |