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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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" } } |