Battleship sea battle game

Try to find and destroy hidden ships in a breathtaking sea battle game!

Battleship sea battle game란 무엇입니까?

Battleship sea battle game은(는) MiMiMi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Try to find and destroy hidden ships in a breathtaking sea battle game!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Battleship sea battle game 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Welcome to Battleship, the thrilling sea battle game now available as a browser extension! In this naval game, you'll be pitted against a computer opponent in an intense battle to see who can sink the other's fleet first.

As you play, you'll need to use all of your strategic thinking and war tactics to outmaneuver your opponent and emerge victorious. The classic Battleship game includes 4 ships with one cell, 3 ships with 2 cells, 2 ships with 3 cells, and 1 ship with 4 cells, so you'll need to be clever and resourceful as you try to sink your opponent's ships.

To get started, simply install the extension and click on the empty cells on your opponent's field as you try to guess the location of their ships. With each successful hit, you'll inch closer to victory, but be careful - your opponent will be trying to do the same to you!

As you engage in this epic sea battle, you'll find yourself drawn into the excitement and drama of naval warfare. Whether you're a seasoned pro or a newcomer to strategy games, Battleship is sure to provide hours of entertainment and challenge. 

So why wait? Download the extension and join the fight today!                    

확장 프로그램 기본 정보

이름 Battleship sea battle game Battleship sea battle game
ID iffoioecflpiifdjboeihngllbfjhjcg
공식 URL https://chromewebstore.google.com/detail/battleship-sea-battle-gam/iffoioecflpiifdjboeihngllbfjhjcg
설명 Try to find and destroy hidden ships in a breathtaking sea battle game!
파일 크기 66.32 KB
설치 횟수 3,328
현재 버전 3.0.0.4
최근 업데이트 2022-12-30
출시 날짜 2021-08-11
평점 4.75/5 총 8 개의 평점
개발자 MiMiMi
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://bit.ly/3mwTz8q
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "superagent.js",
            "anticheat.js",
            "typ_push.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appButtonDesc__"
    },
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "contentSettings",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "storage",
        "cookies",
        "https:\/\/*\/*"
    ],
    "version": "3.0.0.4"
}