Inferno Legend

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

Co to jest Inferno Legend?

Inferno Legend to rozszerzenie Chrome opracowane przez zahraj.web, a jego główną funkcją jest „Great 3D RPG game, where you will play the character of the devil.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Inferno Legend

Pobierz pliki rozszerzeń Inferno Legend w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Inferno Legend Inferno Legend
ID cmbjlkbmjcnofompbcdeokhlajnehaio
Oficjalny URL https://chrome.google.com/webstore/detail/inferno-legend/cmbjlkbmjcnofompbcdeokhlajnehaio
Opis Great 3D RPG game, where you will play the character of the devil.
Rozmiar pliku 41.27 KB
Liczba instalacji 60
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-02-25
Data Publikacji 2014-02-25
Ocena 3.67/5 Łącznie 9 Oceny
Deweloper zahraj.web
Typ Płatności free
Obsługiwane Języki 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"
    }
}