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 |
官方網址 | 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" } } |