Inferno Legend

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

Inferno Legend là gì?

Inferno Legend là một tiện ích mở rộng Chrome được phát triển bởi zahraj.web, và tính năng chính của nó là "Great 3D RPG game, where you will play the character of the devil.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Inferno Legend

Tải xuống các tệp mở rộng Inferno Legend dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Inferno Legend Inferno Legend
ID cmbjlkbmjcnofompbcdeokhlajnehaio
URL Chính Thức https://chrome.google.com/webstore/detail/inferno-legend/cmbjlkbmjcnofompbcdeokhlajnehaio
Mô tả Great 3D RPG game, where you will play the character of the devil.
Kích Thước Tệp 41.27 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-02-25
Ngày Phát Hành 2014-02-25
Đánh Giá 3.67/5 Tổng số 9 Đánh Giá
Nhà Phát Triển zahraj.web
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}