Games: Skyscraper Building Game

See how tall you can build a skyscraper building with this easy to play and fun game.

Games: Skyscraper Building Game란 무엇입니까?

Games: Skyscraper Building Game은(는) https://www.vamapaull.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See how tall you can build a skyscraper building with this easy to play and fun game."입니다.

확장 프로그램 스크린샷

screenshot

Games: Skyscraper Building Game 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A fun and easy game to play with the objective of building a skyscraper as tall as you can.

Click the screen to place the block on top of the previous block. Be sure to place it in the same place as the previous in order to not break the block and make it smaller.                    

확장 프로그램 기본 정보

이름 Games: Skyscraper Building Game Games: Skyscraper Building Game
ID gdhemnpikecpejcaollldplmekiciabd
공식 URL https://chromewebstore.google.com/detail/games-skyscraper-building/gdhemnpikecpejcaollldplmekiciabd
설명 See how tall you can build a skyscraper building with this easy to play and fun game.
파일 크기 25.15 KB
설치 횟수 611
현재 버전 0.1.7
최근 업데이트 2019-03-14
출시 날짜 2019-03-14
평점 4.11/5 총 18 개의 평점
개발자 https://www.vamapaull.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.vamapaull.com/games/skyscraper-building/
도움말 페이지 URL https://vamapaull.com/contact/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Games: Skyscraper Building Game",
    "short_name": "Building Game",
    "version": "0.1.7",
    "description": "See how tall you can build a skyscraper building with this easy to play and fun game.",
    "offline_enabled": false,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Games: Skyscraper Building Game",
        "default_icon": "icon_128.png"
    },
    "permissions": [
        "tabs"
    ]
}