Disc Golf Simulator
Disc Golf Simulator is a simulator game for disc golf.
什么是Disc Golf Simulator?
Disc Golf Simulator是由Oh When Games开发的Chrome扩展程序,该扩展的主要功能是“Disc Golf Simulator is a simulator game for disc golf.”。
扩展截图
下载Disc Golf Simulator扩展crx文件
下载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" } } |