Ball Dodge Game - Avoid The Red Ball

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

Was ist Ball Dodge Game - Avoid The Red Ball?

Ball Dodge Game - Avoid The Red Ball ist eine Chrome-Erweiterung, die von Jack Jarvis entwickelt wurde, und ihr Hauptmerkmal ist "Use your mouse to control a character and dodge a ball for as long as possible.".

Erweiterungsscreenshots

screenshot

Ball Dodge Game - Avoid The Red Ball-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ball Dodge Game - Avoid The Red Ball-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Ball Dodge Game - Avoid The Red Ball Ball Dodge Game - Avoid The Red Ball
ID hgjbnkjehciknhdcijedoodomjccngki
Offizielle URL https://chromewebstore.google.com/detail/ball-dodge-game-avoid-the/hgjbnkjehciknhdcijedoodomjccngki
Beschreibung Use your mouse to control a character and dodge a ball for as long as possible.
Dateigröße 389 KB
Installationsanzahl 298
Aktuelle Version 2.0
Letztes Update 2019-04-22
Veröffentlichungsdatum 2019-04-22
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Jack Jarvis
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}