Inferno Legend

Great 3D RPG game, where you will play the character of the devil.

Wat is Inferno Legend?

Inferno Legend is een Chrome-extensie ontwikkeld door zahraj.web, en de belangrijkste functie is "Great 3D RPG game, where you will play the character of the devil.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Inferno Legend

Download Inferno Legend-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Inferno Legend Inferno Legend
ID cmbjlkbmjcnofompbcdeokhlajnehaio
Officiële URL https://chrome.google.com/webstore/detail/inferno-legend/cmbjlkbmjcnofompbcdeokhlajnehaio
Beschrijving Great 3D RPG game, where you will play the character of the devil.
Bestandsgrootte 41.27 KB
Aantal Installaties 60
Huidige Versie 1.0
Laatst Bijgewerkt 2014-02-25
Publicatiedatum 2014-02-25
Beoordeling 3.67/5 Totaal 9 Beoordelingen
Ontwikkelaar zahraj.web
Betalingswijze free
Ondersteunde Talen 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"
    }
}