Disc Golf Simulator

Disc Golf Simulator is a simulator game for disc golf.

Co to jest Disc Golf Simulator?

Disc Golf Simulator to rozszerzenie Chrome opracowane przez Oh When Games, a jego główną funkcją jest „Disc Golf Simulator is a simulator game for disc golf.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Disc Golf Simulator

Pobierz pliki rozszerzeń Disc Golf Simulator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Disc Golf Simulator Disc Golf Simulator
ID gnlmppcmnhgmemifbhinojbbgcflhlfl
Oficjalny URL https://chromewebstore.google.com/detail/disc-golf-simulator/gnlmppcmnhgmemifbhinojbbgcflhlfl
Opis Disc Golf Simulator is a simulator game for disc golf.
Rozmiar pliku 3.85 MB
Liczba instalacji 300
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2019-05-17
Data Publikacji 2019-05-16
Deweloper Oh When Games
Typ Płatności free
Obsługiwane Języki 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"
    }
}