Pongball
A fun back and forth ping-pong game with AI!
What is Pongball?
Pongball is a Chrome extension developed by Adam Janicki, and its main feature is "A fun back and forth ping-pong game with AI!".
Extension Screenshots
Download Pongball Extension CRX File
Download Pongball 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
Have fun playing against 4 difficulties of AI! Be sure to check out my other games, Galaxy Patrol, Planet Protector, Snake, and Jump!
Extension Basic Information
Name | Pongball |
ID | kdhkghpcffppoodbinndeglnndbgdpkf |
Official URL | https://chromewebstore.google.com/detail/pongball/kdhkghpcffppoodbinndeglnndbgdpkf |
Description | A fun back and forth ping-pong game with AI! |
File Size | 2.03 MB |
Installation Count | 8,000 |
Current Version | 1.2 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 3.50/5 Total 2 Ratings |
Developer | Adam Janicki |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pongball", "version": "1.2", "description": "A fun back and forth ping-pong game with AI!", "icons": { "128": "pong128.png", "48": "pong48.png", "16": "image.ico" }, "browser_action": { "default_icon": "image.ico", "default_popup": "RealPong.html" } } |