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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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"
    }
}