Build and Crush Online

Build and Crush is a multiplayer game in which you can, you guessed it, build and crush stuff

Build and Crush Online란 무엇입니까?

Build and Crush Online은(는) http://www.noobgame.club에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build and Crush is a multiplayer game in which you can, you guessed it, build and crush stuff"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Build and Crush Online 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Build and Crush is a multiplayer game in which you can, you guessed it, build and crush stuff. Choose your own fun! Building: Place blocks or animals to build something cool. There are normal blocks (bricks, granite, glass, wood, leaves, etc.) and color blocks. Each block can have multiple variations: column, stair, triangle. Don't forget to save what you build, and when you are happy with it you can make your creation public with a single click on the "Make public" button. Crushing: This is where the fun begins. Select a random creation, and use the various weapons to blow everything up. Explode everything with TNT, shot it with cannon, trigger an earthquake, or put everything on fire! Pst, if you want a 1-click annihilation, use the atomic bomb ;) A real-time multiplayer mode will also arrive soon, where you can compete against other players, defend from zombies, and do other cool stuff!                    

확장 프로그램 기본 정보

이름 Build and Crush Online Build and Crush Online
ID bphegnjialdhhmmjjnbkaoiddanlbgbp
공식 URL https://chrome.google.com/webstore/detail/bphegnjialdhhmmjjnbkaoiddanlbgbp
설명 Build and Crush is a multiplayer game in which you can, you guessed it, build and crush stuff
파일 크기 10.04 KB
설치 횟수 684
현재 버전 1
최근 업데이트 2020-05-14
출시 날짜 2020-05-14
개발자 http://www.noobgame.club
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.noobgamer.club/games/play/build-and-crush
도움말 페이지 URL http://www.noobgamer.club/page/terms
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Build and Crush Online",
    "manifest_version": 2,
    "description": "Build and Crush is a multiplayer game in which you can, you guessed it, build and crush stuff",
    "icons": {
        "16": "16.jpg",
        "128": "128.jpg"
    },
    "version": "1",
    "browser_action": [],
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    }
}