Disc Golf Simulator
Disc Golf Simulator is a simulator game for disc golf.
Что такое Disc Golf Simulator?
Disc Golf Simulator - это расширение Chrome, разработанное Oh When Games, и его основная функция - "Disc Golf Simulator is a simulator game for disc golf.".
Снимки экрана расширения
Скачать файл CRX расширения Disc Golf Simulator
Скачайте файлы расширений Disc Golf Simulator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Disc golf simulator is a game type chrome extension. In this game it will be like play disc golf in which you throw a disc on a 2d plane. It is super fun and I hope you enjoy playing it. Graphics done by: https://www.youtube.com/channel/UCiBFDDolMJFMKcwYYjGYzLw
Основная информация о расширении
Название | |
ID | gnlmppcmnhgmemifbhinojbbgcflhlfl |
Официальный URL | https://chromewebstore.google.com/detail/disc-golf-simulator/gnlmppcmnhgmemifbhinojbbgcflhlfl |
Описание | Disc Golf Simulator is a simulator game for disc golf. |
Размер файла | 3.85 MB |
Количество установок | 300 |
Текущая Версия | 0.1 |
Последнее Обновление | 2019-05-17 |
Дата публикации | 2019-05-16 |
Разработчик | Oh When Games |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1", "name": "Disc Golf Simulator", "description": "Disc Golf Simulator is a simulator game for disc golf.", "permissions": [ "storage" ], "icons": { "32": "graphics\/icon.png", "128": "graphics\/icon.png" }, "browser_action": { "default_popup": "index.html", "default_title": "Disc Golf Simulator" } } |