single player ping pong

A single player game of pong. The controls are s and w.

single player ping pongとは何ですか?

single player ping pongはTyler Technologiesによって開発されたChromeの拡張機能で、その主な機能は「A single player game of pong. The controls are s and w.」です。

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

screenshot
screenshot

single player ping pong拡張機能のCRXファイルをダウンロード

single player ping pong拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is a Ping Pong Game Designed For 1 player.                    

拡張機能の基本情報

名前 single player ping pong single player ping pong
ID ommioalakfmjgimbjpbojbdhcgdipngh
公式URL https://chromewebstore.google.com/detail/single-player-ping-pong/ommioalakfmjgimbjpbojbdhcgdipngh
説明 A single player game of pong. The controls are s and w.
ファイルサイズ 478 KB
インストール数 3,149
現在のバージョン 1.5.2
最終更新日 2018-04-19
公開日 2018-04-19
評価 4.20/5 合計 5 レビュー
開発者 Tyler Technologies
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "single player ping pong",
    "short_name": "ping pong",
    "version": "1.5.2",
    "description": "A single player game of pong. The controls are s and w.",
    "author": "Tyler Wright",
    "incognito": "split",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "boi.png",
        "default_popup": "pong.html",
        "default_title": "single player pong!"
    }
}