Traffic Control
In this game you need to control all cars acrossing the corssroad and make the cars do not hit.
Что такое Traffic Control?
Traffic Control - это расширение Chrome, разработанное https://www.greenislet.com, и его основная функция - "In this game you need to control all cars acrossing the corssroad and make the cars do not hit.".
Снимки экрана расширения
Скачать файл CRX расширения Traffic Control
Скачайте файлы расширений Traffic Control в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
** How to Play ** control the car by stopping or dragging to the moving direction to avoid collision.
Основная информация о расширении
Название | Traffic Control |
ID | nmgggmggdammeedhhlpkhoancgkhdaoe |
Официальный URL | https://chromewebstore.google.com/detail/traffic-control/nmgggmggdammeedhhlpkhoancgkhdaoe |
Описание | In this game you need to control all cars acrossing the corssroad and make the cars do not hit. |
Размер файла | 37.21 KB |
Количество установок | 347 |
Текущая Версия | 1.8.9 |
Последнее Обновление | 2018-03-08 |
Дата публикации | 2018-03-08 |
Рейтинг | 4.33/5 Всего 6 оценок |
Разработчик | https://www.greenislet.com |
Тип оплаты | free |
URL страницы политики конфиденциальности | http://www.greenislet.com/privacy_policy.html |
Поддерживаемые языки | 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" } |