Neo Golf

Simple 2D Mini Golf

Co to jest Neo Golf?

Neo Golf to rozszerzenie Chrome opracowane przez http://onionfist.net, a jego główną funkcją jest „Simple 2D Mini Golf”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Neo Golf

Pobierz pliki rozszerzeń Neo Golf 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

                        2D mini golf game, right in your popup!

Do you want to make your own levels? Watch these two short tutorials for making your own maps:
- Tutorial 1: https://youtu.be/2wXn8XSAaxY
- Tutorial 2: https://youtu.be/q2k0REHkyaQ

This used to be a 3D game, but I re-programmed into a 2D game because I want to include Neo Golf in Elytrix.                    

Podstawowe informacje o rozszerzeniu

Nazwa Neo Golf Neo Golf
ID fmngeekpbknidojdgpbhajnbmcmemkjf
Oficjalny URL https://chrome.google.com/webstore/detail/neo-golf/fmngeekpbknidojdgpbhajnbmcmemkjf
Opis Simple 2D Mini Golf
Rozmiar pliku 21.14 MB
Liczba instalacji 57,176
Aktualna Wersja 0.004
Ostatnia Aktualizacja 2022-03-18
Data Publikacji 2021-12-28
Ocena 3.77/5 Łącznie 13 Oceny
Deweloper http://onionfist.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://onionfist.net/
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Neo Golf",
    "short_name": "Neo Golf",
    "description": "Simple 2D Mini Golf",
    "version": "0.004",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": "assets\/icons\/icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.onionfist.com\/*"
        ]
    }
}