Neo Golf

Simple 2D Mini Golf

Qu'est-ce que Neo Golf ?

Neo Golf est une extension Chrome développée par http://onionfist.net, et sa fonction principale est "Simple 2D Mini Golf".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Neo Golf

Téléchargez les fichiers d'extension Neo Golf au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Neo Golf Neo Golf
ID fmngeekpbknidojdgpbhajnbmcmemkjf
URL Officiel https://chrome.google.com/webstore/detail/neo-golf/fmngeekpbknidojdgpbhajnbmcmemkjf
Description Simple 2D Mini Golf
Taille du Fichier 21.14 MB
Nombre d'Installations 57,176
Version Actuelle 0.004
Dernière Mise à Jour 2022-03-18
Date de Publication 2021-12-28
Évaluation 3.77/5 Total 13 Évaluations
Développeur http://onionfist.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://onionfist.net/
Langues Prises en Charge 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\/*"
        ]
    }
}