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 - это расширение Chrome, разработанное lgamescon, и его основная функция - "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

Скачать файл CRX расширения Real City Truck Simulator

Скачайте файлы расширений Real City Truck Simulator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
    }
}