Mini Golf Adventure
Play a game of mini Golf super fun Mini Golf Adventure!
What is Mini Golf Adventure?
Mini Golf Adventure is a Chrome extension developed by lgamescon, and its main feature is "Play a game of mini Golf super fun Mini Golf Adventure!".
Extension Screenshots
Download Mini Golf Adventure Extension CRX File
Download Mini Golf Adventure extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | ipbomdgbpmieeeekoneeikpjgidfdbkk |
Official URL | https://chrome.google.com/webstore/detail/mini-golf-adventure/ipbomdgbpmieeeekoneeikpjgidfdbkk |
Description | Play a game of mini Golf super fun Mini Golf Adventure! |
File Size | 9.39 KB |
Installation Count | 1,069 |
Current Version | 1.0 |
Last Updated | 2020-04-02 |
Publish Date | 2020-04-02 |
Developer | lgamescon |
Payment Type | free |
Extension Website | https://mygames123.com/mini-golf-adventures/ |
Help Page URL | https://mygames123.com/mini-golf-adventures/ |
Supported Languages | 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 } } |