Inferno Legend

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

什么是Inferno Legend?

Inferno Legend是由zahraj.web开发的Chrome扩展程序,该扩展的主要功能是“Great 3D RPG game, where you will play the character of the devil.”。

扩展截图

screenshot
screenshot
screenshot

下载Inferno Legend扩展crx文件

下载Inferno Legend扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}