Ball Dodge Game - Avoid The Red Ball

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

Τι είναι το Ball Dodge Game - Avoid The Red Ball;

Το Ball Dodge Game - Avoid The Red Ball είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jack Jarvis, και η κύρια λειτουργία του είναι "Use your mouse to control a character and dodge a ball for as long as possible.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Ball Dodge Game - Avoid The Red Ball

Λήψη αρχείων επέκτασης Ball Dodge Game - Avoid The Red Ball σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Ball Dodge Game - Avoid The Red Ball Ball Dodge Game - Avoid The Red Ball
ID hgjbnkjehciknhdcijedoodomjccngki
Επίσημο URL https://chromewebstore.google.com/detail/ball-dodge-game-avoid-the/hgjbnkjehciknhdcijedoodomjccngki
Περιγραφή Use your mouse to control a character and dodge a ball for as long as possible.
Μέγεθος Αρχείου 389 KB
Αριθμός Εγκαταστάσεων 298
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2019-04-22
Ημερομηνία Δημοσίευσης 2019-04-22
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Jack Jarvis
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}