Battleship helper

Cell lighting for game battleship on en.battleship-game.org

What is Battleship helper?

Battleship helper is a Chrome extension developed by lobz1g, and its main feature is "Cell lighting for game battleship on en.battleship-game.org".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Battleship helper Extension CRX File

Download Battleship helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Battleship helper would highlight cell for best choice                    

Extension Basic Information

Name Battleship helper Battleship helper
ID fdcoblhgjkbpbipbpljkghpohaolggbo
Official URL https://chromewebstore.google.com/detail/battleship-helper/fdcoblhgjkbpbipbpljkghpohaolggbo
Description Cell lighting for game battleship on en.battleship-game.org
File Size 197 KB
Installation Count 62
Current Version 3.0
Last Updated 2020-08-21
Publish Date 2020-08-20
Developer lobz1g
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}