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"
    ]
}