Inferno Legend
Great 3D RPG game, where you will play the character of the devil.
Qu'est-ce que Inferno Legend ?
Inferno Legend est une extension Chrome développée par zahraj.web, et sa fonction principale est "Great 3D RPG game, where you will play the character of the devil.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Inferno Legend
Téléchargez les fichiers d'extension Inferno Legend au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | cmbjlkbmjcnofompbcdeokhlajnehaio |
URL Officiel | https://chrome.google.com/webstore/detail/inferno-legend/cmbjlkbmjcnofompbcdeokhlajnehaio |
Description | Great 3D RPG game, where you will play the character of the devil. |
Taille du Fichier | 41.27 KB |
Nombre d'Installations | 60 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-02-25 |
Date de Publication | 2014-02-25 |
Évaluation | 3.67/5 Total 9 Évaluations |
Développeur | zahraj.web |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |