Battleship sea battle game

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

Battleship sea battle game là gì?

Battleship sea battle game là một tiện ích mở rộng Chrome được phát triển bởi MiMiMi, và tính năng chính của nó là "Try to find and destroy hidden ships in a breathtaking sea battle game!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Battleship sea battle game

Tải xuống các tệp mở rộng Battleship sea battle game dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Battleship sea battle game Battleship sea battle game
ID iffoioecflpiifdjboeihngllbfjhjcg
URL Chính Thức https://chromewebstore.google.com/detail/battleship-sea-battle-gam/iffoioecflpiifdjboeihngllbfjhjcg
Mô tả Try to find and destroy hidden ships in a breathtaking sea battle game!
Kích Thước Tệp 66.32 KB
Số Lần Cài Đặt 3,328
Phiên Bản Hiện Tại 3.0.0.4
Cập Nhật Lần Cuối 2022-12-30
Ngày Phát Hành 2021-08-11
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển MiMiMi
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://bit.ly/3mwTz8q
Ngôn Ngữ Được Hỗ Trợ 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"
}