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 |
官方網址 | 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" } } |