Motorbike Drive [Play now]

Motorbike Drive is a fun driving game where you can choose between 4 environments and control 3 different motorbikes.

O que é Motorbike Drive [Play now]?

Motorbike Drive [Play now] é uma extensão do Chrome desenvolvida por FeepGames, e sua principal característica é "Motorbike Drive is a fun driving game where you can choose between 4 environments and control 3 different motorbikes.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Motorbike Drive [Play now]

Baixe arquivos de extensão Motorbike Drive [Play now] 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

                        We are publishing a very nice motor racing game for you to have fun with.

You can play this game prepared using 3D unity technology on your computer or phone.

The game offers the opportunity to select 4 different sections on the start screen.
By choosing any of these sections, you will leave your other opponents behind and try to complete the game first.

You have to use the arrow keys to play this game.                    

Informações Básicas da Extensão

Nome Motorbike Drive [Play now] Motorbike Drive [Play now]
ID bhfdjpnkobneienhpmfbljllofklpnmf
URL Oficial https://chromewebstore.google.com/detail/motorbike-drive-play-now/bhfdjpnkobneienhpmfbljllofklpnmf
Descrição Motorbike Drive is a fun driving game where you can choose between 4 environments and control 3 different motorbikes.
Tamanho do Arquivo 61.9 KB
Contagem de Instalações 636
Versão Atual 1.0
Última Atualização 2021-06-24
Data de Publicação 2021-06-23
Desenvolvedor FeepGames
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://feep.club/motorbike-drive/play/
URL da Página de Política de Privacidade https://www.crazycraftz.com/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Motorbike Drive [Play now]",
    "description": "Motorbike Drive is a fun driving game where you can choose between 4 environments and control 3 different motorbikes.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}