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はJack Jarvisによって開発されたChromeの拡張機能で、その主な機能は「Use your mouse to control a character and dodge a ball for as long as possible.」です。

拡張機能のスクリーンショット

screenshot

Ball Dodge Game - Avoid The Red Ball拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}