Ball Dodge Game - Avoid The Red Ball

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

Co je Ball Dodge Game - Avoid The Red Ball?

Ball Dodge Game - Avoid The Red Ball je rozšíření Chrome vyvinuté Jack Jarvis, a jeho hlavní funkcí je „Use your mouse to control a character and dodge a ball for as long as possible.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Ball Dodge Game - Avoid The Red Ball

Stáhněte si soubory rozšíření Ball Dodge Game - Avoid The Red Ball ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Ball Dodge Game - Avoid The Red Ball Ball Dodge Game - Avoid The Red Ball
ID hgjbnkjehciknhdcijedoodomjccngki
Oficiální URL https://chromewebstore.google.com/detail/ball-dodge-game-avoid-the/hgjbnkjehciknhdcijedoodomjccngki
Popis Use your mouse to control a character and dodge a ball for as long as possible.
Velikost souboru 389 KB
Počet instalací 298
Aktuální Verze 2.0
Poslední Aktualizace 2019-04-22
Datum Vydání 2019-04-22
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Jack Jarvis
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}