Battleships Master

Battleships Master - ultimate sea battle game for your browser!

Vad är Battleships Master?

Battleships Master är en Chrome-tillägg utvecklad av Cool Games, och dess huvudfunktion är "Battleships Master - ultimate sea battle game for your browser!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Battleships Master-förlängningens CRX-fil

Ladda ner Battleships Master-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Find and destroy all the hidden ships in an epic sea battle!

As a strategic naval game, Battleships Master puts your skills to the test as you try to outwit your opponent and sink their ships. In this game, you'll be facing off against a computer-controlled competitor as you take turns trying to locate and destroy each other's hidden fleet.

To get started, you'll need to place your own ships on the game board, making sure to position them so that they don't touch each other. Once the game begins, you'll take turns trying to hit your opponent's ships by firing shots at their grid. If you land a hit, a cross will be marked on their field, but if you miss, a dot will be placed to indicate a blank shot.

The classic version of Battleships Master includes 4 ships with one cell, 3 ships with 2 cells, 2 ships with 3 cells, and 1 ship with 4 cells. Your goal is to sink all of your opponent's ships before they sink yours, so you'll need to use all of your strategy and cunning to come out on top.

As you play, you'll need to think carefully about your shots and try to anticipate your opponent's movements. Whether you're a seasoned pro or a newcomer to sea battles, Battleships Master is sure to provide hours of entertainment and challenge. 

So why wait? Install the extension and dive into the exciting world of naval warfare today!
Let the sea battle begin!                    

Grundläggande Information om Tillägg

Namn Battleships Master Battleships Master
ID oacepnkmjogghgfoaaogmaknjooaffom
Officiell webbadress https://chromewebstore.google.com/detail/battleships-master/oacepnkmjogghgfoaaogmaknjooaffom
Beskrivning Battleships Master - ultimate sea battle game for your browser!
Filstorlek 122 KB
Antal Installationer 53,192
Aktuell Version 1.0.0.5
Senast Uppdaterad 2023-12-27
Publiceringsdatum 2021-10-12
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Cool Games
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://bit.ly/3wHLy6q
Stödda Språk id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "superagent.js",
            "anticheat.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",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "storage",
        "cookies",
        "https:\/\/*\/*"
    ],
    "version": "1.0.0.5"
}