Neo Golf

Simple 2D Mini Golf

Cos'è Neo Golf?

Neo Golf è un'estensione di Chrome sviluppata da http://onionfist.net, e la sua funzione principale è "Simple 2D Mini Golf".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Neo Golf

Scarica i file di estensione Neo Golf in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Neo Golf Neo Golf
ID fmngeekpbknidojdgpbhajnbmcmemkjf
URL Ufficiale https://chrome.google.com/webstore/detail/neo-golf/fmngeekpbknidojdgpbhajnbmcmemkjf
Descrizione Simple 2D Mini Golf
Dimensione del File 21.14 MB
Conteggio Installazioni 57,176
Versione Corrente 0.004
Ultimo Aggiornamento 2022-03-18
Data di Pubblicazione 2021-12-28
Valutazione 3.77/5 Totale 13 Valutazioni
Sviluppatore http://onionfist.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://onionfist.net/
Lingue Supportate 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\/*"
        ]
    }
}