Battleship helper
Cell lighting for game battleship on en.battleship-game.org
Cos'è Battleship helper?
Battleship helper è un'estensione di Chrome sviluppata da lobz1g, e la sua funzione principale è "Cell lighting for game battleship on en.battleship-game.org".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Battleship helper
Scarica i file di estensione Battleship helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Battleship helper would highlight cell for best choice
Informazioni di Base sull'Estensione
Nome | Battleship helper |
ID | fdcoblhgjkbpbipbpljkghpohaolggbo |
URL Ufficiale | https://chromewebstore.google.com/detail/battleship-helper/fdcoblhgjkbpbipbpljkghpohaolggbo |
Descrizione | Cell lighting for game battleship on en.battleship-game.org |
Dimensione del File | 197 KB |
Conteggio Installazioni | 62 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2020-08-21 |
Data di Pubblicazione | 2020-08-20 |
Sviluppatore | lobz1g |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |