Disc Golf Simulator

Disc Golf Simulator is a simulator game for disc golf.

Vad är Disc Golf Simulator?

Disc Golf Simulator är en Chrome-tillägg utvecklad av Oh When Games, och dess huvudfunktion är "Disc Golf Simulator is a simulator game for disc golf.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Disc Golf Simulator-förlängningens CRX-fil

Ladda ner Disc Golf Simulator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Disc Golf Simulator Disc Golf Simulator
ID gnlmppcmnhgmemifbhinojbbgcflhlfl
Officiell webbadress https://chromewebstore.google.com/detail/disc-golf-simulator/gnlmppcmnhgmemifbhinojbbgcflhlfl
Beskrivning Disc Golf Simulator is a simulator game for disc golf.
Filstorlek 3.85 MB
Antal Installationer 300
Aktuell Version 0.1
Senast Uppdaterad 2019-05-17
Publiceringsdatum 2019-05-16
Utvecklare Oh When Games
Betalningssätt free
Stödda Språk 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"
    }
}