Neo Golf

Simple 2D Mini Golf

Wat is Neo Golf?

Neo Golf is een Chrome-extensie ontwikkeld door http://onionfist.net, en de belangrijkste functie is "Simple 2D Mini Golf".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Neo Golf

Download Neo Golf-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Neo Golf Neo Golf
ID fmngeekpbknidojdgpbhajnbmcmemkjf
Officiële URL https://chrome.google.com/webstore/detail/neo-golf/fmngeekpbknidojdgpbhajnbmcmemkjf
Beschrijving Simple 2D Mini Golf
Bestandsgrootte 21.14 MB
Aantal Installaties 57,176
Huidige Versie 0.004
Laatst Bijgewerkt 2022-03-18
Publicatiedatum 2021-12-28
Beoordeling 3.77/5 Totaal 13 Beoordelingen
Ontwikkelaar http://onionfist.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://onionfist.net/
Ondersteunde Talen 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\/*"
        ]
    }
}