Inferno Legend

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

Apa itu Inferno Legend?

Inferno Legend adalah ekstensi Chrome yang dikembangkan oleh zahraj.web, dan fitur utamanya adalah "Great 3D RPG game, where you will play the character of the devil.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Inferno Legend

Unduh file ekstensi Inferno Legend dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Inferno Legend Inferno Legend
ID cmbjlkbmjcnofompbcdeokhlajnehaio
URL Resmi https://chrome.google.com/webstore/detail/inferno-legend/cmbjlkbmjcnofompbcdeokhlajnehaio
Deskripsi Great 3D RPG game, where you will play the character of the devil.
Ukuran File 41.27 KB
Jumlah Instalasi 60
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-02-25
Tanggal Publikasi 2014-02-25
Penilaian 3.67/5 Total 9 Penilaian
Pengembang zahraj.web
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}