Ball Dodge Game - Avoid The Red Ball

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

Wat is Ball Dodge Game - Avoid The Red Ball?

Ball Dodge Game - Avoid The Red Ball is een Chrome-extensie ontwikkeld door Jack Jarvis, en de belangrijkste functie is "Use your mouse to control a character and dodge a ball for as long as possible.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ball Dodge Game - Avoid The Red Ball

Download Ball Dodge Game - Avoid The Red Ball-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Ball Dodge Game - Avoid The Red Ball Ball Dodge Game - Avoid The Red Ball
ID hgjbnkjehciknhdcijedoodomjccngki
Officiële URL https://chromewebstore.google.com/detail/ball-dodge-game-avoid-the/hgjbnkjehciknhdcijedoodomjccngki
Beschrijving Use your mouse to control a character and dodge a ball for as long as possible.
Bestandsgrootte 389 KB
Aantal Installaties 298
Huidige Versie 2.0
Laatst Bijgewerkt 2019-04-22
Publicatiedatum 2019-04-22
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Jack Jarvis
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}