Ball Dodge Game - Avoid The Red Ball

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

¿Qué es Ball Dodge Game - Avoid The Red Ball?

Ball Dodge Game - Avoid The Red Ball es una extensión de Chrome desarrollada por Jack Jarvis, y su función principal es "Use your mouse to control a character and dodge a ball for as long as possible.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Ball Dodge Game - Avoid The Red Ball

Descarga archivos de extensión Ball Dodge Game - Avoid The Red Ball en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 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
Descripción Use your mouse to control a character and dodge a ball for as long as possible.
Tamaño del Archivo 389 KB
Cantidad de Instalaciones 298
Versión Actual 2.0
Última Actualización 2019-04-22
Fecha de Publicación 2019-04-22
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Jack Jarvis
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}