Inferno Legend

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

ما هو Inferno Legend؟

Inferno Legend هو إضافة Chrome تم تطويرها بواسطة zahraj.web، والميزة الرئيسية لها هي "Great 3D RPG game, where you will play the character of the devil.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Inferno Legend

قم بتنزيل ملفات الامتداد Inferno Legend بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}