Disc Golf Simulator
Disc Golf Simulator is a simulator game for disc golf.
What is Disc Golf Simulator?
Disc Golf Simulator is a Chrome extension developed by Oh When Games, and its main feature is "Disc Golf Simulator is a simulator game for disc golf.".
Extension Screenshots
Download Disc Golf Simulator Extension CRX File
Download Disc Golf Simulator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | gnlmppcmnhgmemifbhinojbbgcflhlfl |
Official URL | https://chromewebstore.google.com/detail/disc-golf-simulator/gnlmppcmnhgmemifbhinojbbgcflhlfl |
Description | Disc Golf Simulator is a simulator game for disc golf. |
File Size | 3.85 MB |
Installation Count | 300 |
Current Version | 0.1 |
Last Updated | 2019-05-17 |
Publish Date | 2019-05-16 |
Developer | Oh When Games |
Payment Type | free |
Supported Languages | 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" } } |