Ball Dodge Game - Avoid The Red Ball

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

Cos'è Ball Dodge Game - Avoid The Red Ball?

Ball Dodge Game - Avoid The Red Ball è un'estensione di Chrome sviluppata da Jack Jarvis, e la sua funzione principale è "Use your mouse to control a character and dodge a ball for as long as possible.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ball Dodge Game - Avoid The Red Ball

Scarica i file di estensione Ball Dodge Game - Avoid The Red Ball in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ball Dodge Game - Avoid The Red Ball Ball Dodge Game - Avoid The Red Ball
ID hgjbnkjehciknhdcijedoodomjccngki
URL Ufficiale https://chromewebstore.google.com/detail/ball-dodge-game-avoid-the/hgjbnkjehciknhdcijedoodomjccngki
Descrizione Use your mouse to control a character and dodge a ball for as long as possible.
Dimensione del File 389 KB
Conteggio Installazioni 298
Versione Corrente 2.0
Ultimo Aggiornamento 2019-04-22
Data di Pubblicazione 2019-04-22
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Jack Jarvis
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}