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
电子邮箱 [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!"
    }
}