Truck Driver Crazy Road 2
Game is the sequel of Truck Driver Crazy Road.You can play in 2 different game modes in this series: delivery mode and parking mode
Truck Driver Crazy Road 2란 무엇입니까?
Truck Driver Crazy Road 2은(는) http://www.pokiy.live에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Game is the sequel of Truck Driver Crazy Road.You can play in 2 different game modes in this series: delivery mode and parking mode"입니다.
확장 프로그램 스크린샷
Truck Driver Crazy Road 2 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This game is the sequel of Truck Driver Crazy Road. You can play in 2 different game modes in this series: delivery mode and parking mode. In delivery mode, you are driving a truck that carries cargo. You must drive through rough terrains and safely deliver all the stuff. In parking mode, you still control a truck and need to park it in a specified location without touching any of the obstacles. Have fun with Truck Driver Crazy Road 2!
확장 프로그램 기본 정보
이름 | |
ID | njcakogajdkdbjonjaobmjdkognmokho |
공식 URL | https://chrome.google.com/webstore/detail/truck-driver-crazy-road-2/njcakogajdkdbjonjaobmjdkognmokho |
설명 | Game is the sequel of Truck Driver Crazy Road.You can play in 2 different game modes in this series: delivery mode and parking mode |
파일 크기 | 38.64 KB |
설치 횟수 | 2,000 |
현재 버전 | 1 |
최근 업데이트 | 2018-03-09 |
출시 날짜 | 2018-03-09 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | http://www.pokiy.live |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.pokiy.live/games/play/truck-driver-crazy-road-2 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Truck Driver Crazy Road 2", "manifest_version": 2, "description": "Game is the sequel of Truck Driver Crazy Road.You can play in 2 different game modes in this series: delivery mode and parking mode", "icons": { "16": "16.png", "128": "128.png" }, "version": "1", "browser_action": [], "chrome_accept_languages": { "message": "$CHROME$ accepts $languages$ languages", "placeholders": { "chrome": { "content": "Chrome", "example": "Chrome" }, "languages": { "content": "$1", "example": "en,sr,de" } } }, "permissions": [ "activeTab" ], "background": { "scripts": [ "popup.js" ], "persistent": false } } |