Bus Mountain Drive

Bus Mountain Road is a bus simulation game in the mountains.

O que é Bus Mountain Drive?

Bus Mountain Drive é uma extensão do Chrome desenvolvida por forgames, e sua principal característica é "Bus Mountain Road is a bus simulation game in the mountains.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bus Mountain Drive

Baixe arquivos de extensão Bus Mountain Drive 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

                        Discover now if you are a good bus driver walking the roads more dangerous. To do this put the safety belt and start the path very carefully, because you will have to go through a mountain full of curves. However avoid hitting the cars that climb and descend, not to lose points. But if you are able to stay in control of this bus, prepare yourself, because the roads will be increasingly challenging and surprising, and only the best drivers will be able to complete the crossing.                    

Informações Básicas da Extensão

Nome Bus Mountain Drive Bus Mountain Drive
ID igkahjifnfkdaekmfddldheeddgmmbpp
URL Oficial https://chromewebstore.google.com/detail/bus-mountain-drive/igkahjifnfkdaekmfddldheeddgmmbpp
Descrição Bus Mountain Road is a bus simulation game in the mountains.
Tamanho do Arquivo 44.03 KB
Contagem de Instalações 4,106
Versão Atual 1.0
Última Atualização 2020-05-09
Data de Publicação 2020-05-09
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor forgames
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cronegame.com/bus-mountain-drive/
URL da Página de Ajuda https://cronegame.com/bus-mountain-drive/
URL da Página de Política de Privacidade https://cronegame.com/privacy-policy
Idiomas Suportados de,en,en-GB,en-US,es,it,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Bus Mountain Drive",
    "short_name": "Play Bus Mountain Drive Free Online Game",
    "description": "Bus Mountain Road is a bus simulation game in the mountains.",
    "version": "1.0",
    "browser_action": {
        "default_title": "Bus Mountain Drive",
        "default_icon": "128.png"
    },
    "icons": {
        "16": "128.png",
        "48": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}