Mini Golf Adventure

Play a game of mini Golf super fun Mini Golf Adventure!

O que é Mini Golf Adventure?

Mini Golf Adventure é uma extensão do Chrome desenvolvida por lgamescon, e sua principal característica é "Play a game of mini Golf super fun Mini Golf Adventure!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Mini Golf Adventure

Baixe arquivos de extensão Mini Golf Adventure no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Mini Golf Adventure Mini Golf Adventure
ID ipbomdgbpmieeeekoneeikpjgidfdbkk
URL Oficial https://chrome.google.com/webstore/detail/mini-golf-adventure/ipbomdgbpmieeeekoneeikpjgidfdbkk
Descrição Play a game of mini Golf super fun Mini Golf Adventure!
Tamanho do Arquivo 9.39 KB
Contagem de Instalações 1,069
Versão Atual 1.0
Última Atualização 2020-04-02
Data de Publicação 2020-04-02
Desenvolvedor lgamescon
Tipo de Pagamento free
Site da Extensão https://mygames123.com/mini-golf-adventures/
URL da Página de Ajuda https://mygames123.com/mini-golf-adventures/
Idiomas Suportados 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
    }
}