Bus Mountain Drive

Bus Mountain Road is a bus simulation game in the mountains.

Bus Mountain Drive란 무엇입니까?

Bus Mountain Drive은(는) forgames에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bus Mountain Road is a bus simulation game in the mountains."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Bus Mountain Drive 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Discover now if you are a good bus driver walking the roads more dangerous. To do this put the safety belt and start the path very carefully, because you will have to go through a mountain full of curves. However avoid hitting the cars that climb and descend, not to lose points. But if you are able to stay in control of this bus, prepare yourself, because the roads will be increasingly challenging and surprising, and only the best drivers will be able to complete the crossing.                    

확장 프로그램 기본 정보

이름 Bus Mountain Drive Bus Mountain Drive
ID igkahjifnfkdaekmfddldheeddgmmbpp
공식 URL https://chromewebstore.google.com/detail/bus-mountain-drive/igkahjifnfkdaekmfddldheeddgmmbpp
설명 Bus Mountain Road is a bus simulation game in the mountains.
파일 크기 44.03 KB
설치 횟수 4,106
현재 버전 1.0
최근 업데이트 2020-05-09
출시 날짜 2020-05-09
평점 5.00/5 총 1 개의 평점
개발자 forgames
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cronegame.com/bus-mountain-drive/
도움말 페이지 URL https://cronegame.com/bus-mountain-drive/
개인정보 보호 정책 페이지 URL https://cronegame.com/privacy-policy
지원되는 언어 de,en,en-GB,en-US,es,it,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Bus Mountain Drive",
    "short_name": "Play Bus Mountain Drive Free Online Game",
    "description": "Bus Mountain Road is a bus simulation game in the mountains.",
    "version": "1.0",
    "browser_action": {
        "default_title": "Bus Mountain Drive",
        "default_icon": "128.png"
    },
    "icons": {
        "16": "128.png",
        "48": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}