single player ping pong

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

What is single player ping pong?

single player ping pong is a Chrome extension developed by Tyler Technologies, and its main feature is "A single player game of pong. The controls are s and w.".

Extension Screenshots

screenshot
screenshot

Download single player ping pong Extension CRX File

Download single player ping pong extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a Ping Pong Game Designed For 1 player.                    

Extension Basic Information

Name single player ping pong single player ping pong
ID ommioalakfmjgimbjpbojbdhcgdipngh
Official URL https://chromewebstore.google.com/detail/single-player-ping-pong/ommioalakfmjgimbjpbojbdhcgdipngh
Description A single player game of pong. The controls are s and w.
File Size 478 KB
Installation Count 3,149
Current Version 1.5.2
Last Updated 2018-04-19
Publish Date 2018-04-19
Rating 4.20/5 Total 5 Ratings
Developer Tyler Technologies
Email [email protected]
Payment Type free
Supported Languages 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!"
    }
}