Traffic Control
In this game you need to control all cars acrossing the corssroad and make the cars do not hit.
Apa itu Traffic Control?
Traffic Control adalah ekstensi Chrome yang dikembangkan oleh https://www.greenislet.com, dan fitur utamanya adalah "In this game you need to control all cars acrossing the corssroad and make the cars do not hit.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Traffic Control
Unduh file ekstensi Traffic Control dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
** How to Play ** control the car by stopping or dragging to the moving direction to avoid collision.
Informasi Dasar Ekstensi
Nama | Traffic Control |
ID | nmgggmggdammeedhhlpkhoancgkhdaoe |
URL Resmi | https://chromewebstore.google.com/detail/traffic-control/nmgggmggdammeedhhlpkhoancgkhdaoe |
Deskripsi | In this game you need to control all cars acrossing the corssroad and make the cars do not hit. |
Ukuran File | 37.21 KB |
Jumlah Instalasi | 347 |
Versi Saat Ini | 1.8.9 |
Terakhir Diperbarui | 2018-03-08 |
Tanggal Publikasi | 2018-03-08 |
Penilaian | 4.33/5 Total 6 Penilaian |
Pengembang | https://www.greenislet.com |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://www.greenislet.com/privacy_policy.html |
Bahasa yang Didukung | 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" } |