8-Ball Pool
Play a quick game of 8-ball pool in a popup.
什么是8-Ball Pool?
8-Ball Pool是由Maxim Collingwood开发的Chrome扩展程序,该扩展的主要功能是“Play a quick game of 8-ball pool in a popup.”。
扩展截图
下载8-Ball Pool扩展crx文件
下载8-Ball Pool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Classic 8-ball pool game in an extension. You can choose to play against a friend, or against an AI, with various difficulty levels.
Have fun, and good luck!
Keys:
* 'W' : Increase shot power.
* 'S' : Decrease shot power.
* 'Esc' : Return to main menu.
Mouse:
* Left click : shoot.
* Aim by moving the mouse.
© Chen Shmilovich - 2018 扩展基本信息
| 名称 | |
| ID | noehfcgcdhbabgbmhbahipodfpndjedc |
| 官方URL | https://chromewebstore.google.com/detail/8-ball-pool/noehfcgcdhbabgbmhbahipodfpndjedc |
| 简介 | Play a quick game of 8-ball pool in a popup. |
| 文件大小 | 13.1 MB |
| 安装次数 | 7,000 |
| 当前版本 | 1 |
| 更新时间 | 2021-03-25 |
| 上架时间 | 2021-03-24 |
| 评分 | 4.86/5 共7次评分 |
| 开发者 | Maxim Collingwood |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "8-Ball Pool",
"description": "Play a quick game of 8-ball pool in a popup.",
"version": "1",
"manifest_version": 2,
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"browser_action": {
"default_popup": "index.html",
"default_icon": "icon.png"
}
} | |