Real City Truck Simulator

Drive several loading trucks in the real game City Truck Simulator in a big city!

Real City Truck Simulator란 무엇입니까?

Real City Truck Simulator은(는) lgamescon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Drive several loading trucks in the real game City Truck Simulator in a big city!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Real City Truck Simulator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Drive several loading trucks in the real game City Truck Simulator in a big city! Transporting the materials to the destinations of the map.                    

확장 프로그램 기본 정보

이름 Real City Truck Simulator Real City Truck Simulator
ID nnkojnpnebickigbfcdcmmpnmefabnin
공식 URL https://chrome.google.com/webstore/detail/real-city-truck-simulator/nnkojnpnebickigbfcdcmmpnmefabnin
설명 Drive several loading trucks in the real game City Truck Simulator in a big city!
파일 크기 10.62 KB
설치 횟수 7,553
현재 버전 1.0
최근 업데이트 2020-05-09
출시 날짜 2020-05-09
평점 2.33/5 총 3 개의 평점
개발자 lgamescon
결제 유형 free
확장 프로그램 웹 사이트 https://mygames123.com/real-city-truck-simulator/
도움말 페이지 URL https://mygames123.com/real-city-truck-simulator/
지원되는 언어 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": "Real City Truck Simulator",
    "short_name": "Play Real City Truck Simulator Free Online Game",
    "description": "Drive several loading trucks in the real game City Truck Simulator in a big city!",
    "version": "1.0",
    "browser_action": {
        "default_title": "Real City Truck Simulator",
        "default_icon": "128.png"
    },
    "icons": {
        "16": "128.png",
        "48": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}