Mini Golf Adventure
Play a game of mini Golf super fun Mini Golf Adventure!
Was ist Mini Golf Adventure?
Mini Golf Adventure ist eine Chrome-Erweiterung, die von lgamescon entwickelt wurde, und ihr Hauptmerkmal ist "Play a game of mini Golf super fun Mini Golf Adventure!".
Erweiterungsscreenshots
Mini Golf Adventure-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mini Golf Adventure-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Play a game of mini Golf super fun Mini Golf Adventure! Make several strokes with skill and do the maximum points to be the winner! – Play Mini Golf Adventure Free and Have Fun!
Grundlegende Informationen zur Erweiterung
Name | |
ID | ipbomdgbpmieeeekoneeikpjgidfdbkk |
Offizielle URL | https://chrome.google.com/webstore/detail/mini-golf-adventure/ipbomdgbpmieeeekoneeikpjgidfdbkk |
Beschreibung | Play a game of mini Golf super fun Mini Golf Adventure! |
Dateigröße | 9.39 KB |
Installationsanzahl | 1,069 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-04-02 |
Veröffentlichungsdatum | 2020-04-02 |
Entwickler | lgamescon |
Zahlungsart | free |
Erweiterungswebsite | https://mygames123.com/mini-golf-adventures/ |
Hilfeseite URL | https://mygames123.com/mini-golf-adventures/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mini Golf Adventure", "short_name": "Play Mini Golf Adventure Free Online Game", "description": "Play a game of mini Golf super fun Mini Golf Adventure!", "version": "1.0", "browser_action": { "default_title": "Papa's Cupcakeria", "default_icon": "128.png" }, "icons": { "16": "128.png", "48": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true } } |