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
擴展基本資訊
名稱 | Battleship helper |
ID | fdcoblhgjkbpbipbpljkghpohaolggbo |
官方網址 | 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" } } |