Platformer

Platformer: An ice themed platformer game that will keep you entertained in some free time or when you are offline. Earn points by…

Platformer란 무엇입니까?

Platformer은(는) Pied Piper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Platformer: An ice themed platformer game that will keep you entertained in some free time or when you are offline. Earn points by…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Platformer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Platformer: An ice themed platformer game that will keep you entertained in some free time or when you are offline.

Earn points by collecting coins and travelling away from the start. How far can you go? Beware of the traps!

Controls:
Up arrow key to jump
Right arrow key to move






Credits:
vnitti - Background
Stealthix - Traps (Modified)
LuizMelo - Player
ansimuz - Platforms (Modified)
macrovector - Play/Replay buttons (Modified)                    

확장 프로그램 기본 정보

이름 Platformer Platformer
ID pepfkgggdijnfhjcipialphagjhflbni
공식 URL https://chromewebstore.google.com/detail/platformer/pepfkgggdijnfhjcipialphagjhflbni
설명 Platformer: An ice themed platformer game that will keep you entertained in some free time or when you are offline. Earn points by…
파일 크기 201 KB
설치 횟수 20,000
현재 버전 1.0.0
최근 업데이트 2021-05-16
출시 날짜 2021-05-16
평점 2.29/5 총 14 개의 평점
개발자 Pied Piper
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Platformer",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": {
            "32": "assets\/icon32.png"
        },
        "default_title": "Platformer",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}