Ping Pong

play ping pong in your browser

What is Ping Pong?

Ping Pong is a Chrome extension developed by http://slidemations.com, and its main feature is "play ping pong in your browser".

Extension Screenshots

screenshot

Download Ping Pong Extension CRX File

Download 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

                        Play ping pong game as a popup directly in your browser!! Ping Pong will be updated weekly. 

previous version: V0.3, Features: grey background, major bug fix, other game play issues solved.

current version: V0.4, Features: A.I. added, you now play against an AI instead of hitting against a wall.

Next version: V0.5, Features: change paddle color option, change ball color option.                    

Extension Basic Information

Name Ping Pong Ping Pong
ID poagkllmflpmfpmaeipceckoglnjfkme
Official URL https://chrome.google.com/webstore/detail/ping-pong/poagkllmflpmfpmaeipceckoglnjfkme
Description play ping pong in your browser
File Size 11.72 KB
Installation Count 2,000
Current Version 0.4.3
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 5.00/5 Total 1 Ratings
Developer http://slidemations.com
Email [email protected]
Payment Type free
Extension Website https://home.slidemations.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ping Pong",
    "short_name": "pong",
    "description": "play ping pong in your browser",
    "version": "0.4.3",
    "version_name": "V0.4 alpha",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "thing.html"
    },
    "permissions": [
        "storage"
    ]
}