Ball Dodge Game - Avoid The Red Ball

Use your mouse to control a character and dodge a ball for as long as possible.

O que é Ball Dodge Game - Avoid The Red Ball?

Ball Dodge Game - Avoid The Red Ball é uma extensão do Chrome desenvolvida por Jack Jarvis, e sua principal característica é "Use your mouse to control a character and dodge a ball for as long as possible.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ball Dodge Game - Avoid The Red Ball

Baixe arquivos de extensão Ball Dodge Game - Avoid The Red Ball 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

                        This is a simple game that can be played in your browser. 

Use the mouse to control the character, and avoid the red ball for as long as possible. The longer you survive, the faster the ball gets. 

The extension requires permission to access your storage as your high score is automatically saved to your computer.                    

Informações Básicas da Extensão

Nome Ball Dodge Game - Avoid The Red Ball Ball Dodge Game - Avoid The Red Ball
ID hgjbnkjehciknhdcijedoodomjccngki
URL Oficial https://chromewebstore.google.com/detail/ball-dodge-game-avoid-the/hgjbnkjehciknhdcijedoodomjccngki
Descrição Use your mouse to control a character and dodge a ball for as long as possible.
Tamanho do Arquivo 389 KB
Contagem de Instalações 298
Versão Atual 2.0
Última Atualização 2019-04-22
Data de Publicação 2019-04-22
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Jack Jarvis
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ball Dodge Game - Avoid The Red Ball",
    "short_name": "Dodge Ball",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Use your mouse to control a character and dodge a ball for as long as possible.",
    "browser_action": {
        "default_title": "Dodge the Ball",
        "default_popup": "p5\/game\/index.html"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ]
}