Infinity Mario html5
Play Mario html5.
Infinity Mario html5란 무엇입니까?
Infinity Mario html5은(는) Enmx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play Mario html5."입니다.
확장 프로그램 스크린샷
Infinity Mario html5 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Move: Left/Right Jump/Enter Level: S Fireball/Run: A
확장 프로그램 기본 정보
이름 | |
ID | jaljkflmaaolnnfaedehcaajeknkbaeb |
공식 URL | https://chrome.google.com/webstore/detail/infinity-mario-html5/jaljkflmaaolnnfaedehcaajeknkbaeb |
설명 | Play Mario html5. |
파일 크기 | 1.1 MB |
설치 횟수 | 2,111 |
현재 버전 | 2 |
최근 업데이트 | 2019-05-06 |
출시 날짜 | 2019-05-05 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | Enmx |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "icon_128.png", "default_title": "Mario html5" }, "background": { "scripts": [ "background.js" ] }, "description": "Play Mario html5.", "manifest_version": 2, "name": "Infinity Mario html5", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "2", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "128": "icon_128.png", "16": "icon_16.png" } } |