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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Battleship helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Battleship helper would highlight cell for best choice                    

확장 프로그램 기본 정보

이름 Battleship helper 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
이메일 [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"
    }
}