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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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" } } |