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 là gì?

Truck Driver Crazy Road 2 là một tiện ích mở rộng Chrome được phát triển bởi http://www.pokiy.live, và tính năng chính của nó là "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".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Truck Driver Crazy Road 2

Tải xuống các tệp mở rộng Truck Driver Crazy Road 2 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Truck Driver Crazy Road 2 Truck Driver Crazy Road 2
ID njcakogajdkdbjonjaobmjdkognmokho
URL Chính Thức https://chrome.google.com/webstore/detail/truck-driver-crazy-road-2/njcakogajdkdbjonjaobmjdkognmokho
Mô tả 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
Kích Thước Tệp 38.64 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2018-03-09
Ngày Phát Hành 2018-03-09
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://www.pokiy.live
Loại Thanh Toán free
Trang Web Mở Rộng http://www.pokiy.live/games/play/truck-driver-crazy-road-2
Ngôn Ngữ Được Hỗ Trợ 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
    }
}