Ball Dodge Game - Avoid The Red Ball

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

What is Ball Dodge Game - Avoid The Red Ball?

Ball Dodge Game - Avoid The Red Ball is a Chrome extension developed by Jack Jarvis, and its main feature is "Use your mouse to control a character and dodge a ball for as long as possible.".

Extension Screenshots

screenshot

Download Ball Dodge Game - Avoid The Red Ball Extension CRX File

Download Ball Dodge Game - Avoid The Red Ball extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Ball Dodge Game - Avoid The Red Ball Ball Dodge Game - Avoid The Red Ball
ID hgjbnkjehciknhdcijedoodomjccngki
Official URL https://chromewebstore.google.com/detail/ball-dodge-game-avoid-the/hgjbnkjehciknhdcijedoodomjccngki
Description Use your mouse to control a character and dodge a ball for as long as possible.
File Size 389 KB
Installation Count 298
Current Version 2.0
Last Updated 2019-04-22
Publish Date 2019-04-22
Rating 5.00/5 Total 3 Ratings
Developer Jack Jarvis
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}