Inferno Legend

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

Was ist Inferno Legend?

Inferno Legend ist eine Chrome-Erweiterung, die von zahraj.web entwickelt wurde, und ihr Hauptmerkmal ist "Great 3D RPG game, where you will play the character of the devil.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Inferno Legend-Erweiterungs-CRX-Datei herunterladen

Laden Sie Inferno Legend-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Inferno Legend Inferno Legend
ID cmbjlkbmjcnofompbcdeokhlajnehaio
Offizielle URL https://chrome.google.com/webstore/detail/inferno-legend/cmbjlkbmjcnofompbcdeokhlajnehaio
Beschreibung Great 3D RPG game, where you will play the character of the devil.
Dateigröße 41.27 KB
Installationsanzahl 60
Aktuelle Version 1.0
Letztes Update 2014-02-25
Veröffentlichungsdatum 2014-02-25
Bewertung 3.67/5 Insgesamt 9 Bewertungen
Entwickler zahraj.web
Zahlungsart free
Unterstützte Sprachen 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"
    }
}