Pongball
A fun back and forth ping-pong game with AI!
什么是Pongball?
Pongball是由Adam Janicki开发的Chrome扩展程序,该扩展的主要功能是“A fun back and forth ping-pong game with AI!”。
扩展截图
下载Pongball扩展crx文件
下载Pongball扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have fun playing against 4 difficulties of AI! Be sure to check out my other games, Galaxy Patrol, Planet Protector, Snake, and Jump!
扩展基本信息
名称 | Pongball |
ID | kdhkghpcffppoodbinndeglnndbgdpkf |
官方URL | https://chromewebstore.google.com/detail/pongball/kdhkghpcffppoodbinndeglnndbgdpkf |
简介 | A fun back and forth ping-pong game with AI! |
文件大小 | 2.03 MB |
安装次数 | 8,000 |
当前版本 | 1.2 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
评分 | 3.50/5 共2次评分 |
开发者 | Adam Janicki |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |