Battleship helper
Cell lighting for game battleship on en.battleship-game.org
什么是Battleship helper?
Battleship helper是由lobz1g开发的Chrome扩展程序,该扩展的主要功能是“Cell lighting for game battleship on en.battleship-game.org”。
扩展截图
下载Battleship helper扩展crx文件
下载Battleship helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Battleship helper would highlight cell for best choice 扩展基本信息
| 名称 | |
| ID | fdcoblhgjkbpbipbpljkghpohaolggbo |
| 官方URL | https://chromewebstore.google.com/detail/battleship-helper/fdcoblhgjkbpbipbpljkghpohaolggbo |
| 简介 | Cell lighting for game battleship on en.battleship-game.org |
| 文件大小 | 197 KB |
| 安装次数 | 62 |
| 当前版本 | 3.0 |
| 更新时间 | 2020-08-21 |
| 上架时间 | 2020-08-20 |
| 开发者 | lobz1g |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Battleship helper",
"version": "3.0",
"description": "Cell lighting for game battleship on en.battleship-game.org",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"http:\/\/en.battleship-game.org\/"
],
"js": [
"src\/js\/jquery-3.5.1.min.js",
"src\/js\/game.js"
]
}
],
"browser_action": {
"default_popup": "src\/html\/popup.html",
"default_icon": "images\/icon.png"
},
"icons": {
"16": "images\/icon_16x16.png",
"32": "images\/icon_32x32.png",
"48": "images\/icon_48x48.png",
"128": "images\/icon_128x128.png"
}
} | |