Real City Truck Simulator

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

Was ist Real City Truck Simulator?

Real City Truck Simulator ist eine Chrome-Erweiterung, die von lgamescon entwickelt wurde, und ihr Hauptmerkmal ist "Drive several loading trucks in the real game City Truck Simulator in a big city!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Real City Truck Simulator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Real City Truck Simulator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Real City Truck Simulator Real City Truck Simulator
ID nnkojnpnebickigbfcdcmmpnmefabnin
Offizielle URL https://chrome.google.com/webstore/detail/real-city-truck-simulator/nnkojnpnebickigbfcdcmmpnmefabnin
Beschreibung Drive several loading trucks in the real game City Truck Simulator in a big city!
Dateigröße 10.62 KB
Installationsanzahl 7,553
Aktuelle Version 1.0
Letztes Update 2020-05-09
Veröffentlichungsdatum 2020-05-09
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler lgamescon
Zahlungsart free
Erweiterungswebsite https://mygames123.com/real-city-truck-simulator/
Hilfeseite URL https://mygames123.com/real-city-truck-simulator/
Unterstützte Sprachen 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
    }
}