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 |
公式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 |
Eメール | [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" } } |