Traffic Control
In this game you need to control all cars acrossing the corssroad and make the cars do not hit.
Was ist Traffic Control?
Traffic Control ist eine Chrome-Erweiterung, die von https://www.greenislet.com entwickelt wurde, und ihr Hauptmerkmal ist "In this game you need to control all cars acrossing the corssroad and make the cars do not hit.".
Erweiterungsscreenshots
Traffic Control-Erweiterungs-CRX-Datei herunterladen
Laden Sie Traffic Control-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
** How to Play ** control the car by stopping or dragging to the moving direction to avoid collision.
Grundlegende Informationen zur Erweiterung
Name | Traffic Control |
ID | nmgggmggdammeedhhlpkhoancgkhdaoe |
Offizielle URL | https://chromewebstore.google.com/detail/traffic-control/nmgggmggdammeedhhlpkhoancgkhdaoe |
Beschreibung | In this game you need to control all cars acrossing the corssroad and make the cars do not hit. |
Dateigröße | 37.21 KB |
Installationsanzahl | 347 |
Aktuelle Version | 1.8.9 |
Letztes Update | 2018-03-08 |
Veröffentlichungsdatum | 2018-03-08 |
Bewertung | 4.33/5 Insgesamt 6 Bewertungen |
Entwickler | https://www.greenislet.com |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://www.greenislet.com/privacy_policy.html |
Unterstützte Sprachen | en,en-GB,en-US |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "128.png", "default_title": "__MSG_appName__" }, "default_locale": "en", "description": "__MSG_appDesc__", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "Traffic Control", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.8.9" } |