Inferno Legend

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

Inferno Legend क्या है?

Inferno Legend zahraj.web द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Great 3D RPG game, where you will play the character of the devil."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Inferno Legend एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Inferno Legend Inferno Legend
ID cmbjlkbmjcnofompbcdeokhlajnehaio
आधिकारिक URL https://chrome.google.com/webstore/detail/inferno-legend/cmbjlkbmjcnofompbcdeokhlajnehaio
विवरण Great 3D RPG game, where you will play the character of the devil.
फ़ाइल का आकार 41.27 KB
स्थापना संख्या 60
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-02-25
प्रकाशन तिथि 2014-02-25
रेटिंग 3.67/5 कुल 9 रेटिंग्स
डेवलपर zahraj.web
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}