Battleship helper
Cell lighting for game battleship on en.battleship-game.org
Vad är Battleship helper?
Battleship helper är en Chrome-tillägg utvecklad av lobz1g, och dess huvudfunktion är "Cell lighting for game battleship on en.battleship-game.org".
Tilläggsskärmbilder
Ladda ner Battleship helper-förlängningens CRX-fil
Ladda ner Battleship helper-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
                        Battleship helper would highlight cell for best choice                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | fdcoblhgjkbpbipbpljkghpohaolggbo | 
| Officiell webbadress | https://chromewebstore.google.com/detail/battleship-helper/fdcoblhgjkbpbipbpljkghpohaolggbo | 
| Beskrivning | Cell lighting for game battleship on en.battleship-game.org | 
| Filstorlek | 197 KB | 
| Antal Installationer | 62 | 
| Aktuell Version | 3.0 | 
| Senast Uppdaterad | 2020-08-21 | 
| Publiceringsdatum | 2020-08-20 | 
| Utvecklare | lobz1g | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    }
}  |  |