Battleship helper
Cell lighting for game battleship on en.battleship-game.org
O que é Battleship helper?
Battleship helper é uma extensão do Chrome desenvolvida por lobz1g, e sua principal característica é "Cell lighting for game battleship on en.battleship-game.org".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Battleship helper
Baixe arquivos de extensão Battleship helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Battleship helper would highlight cell for best choice
Informações Básicas da Extensão
Nome | Battleship helper |
ID | fdcoblhgjkbpbipbpljkghpohaolggbo |
URL Oficial | https://chromewebstore.google.com/detail/battleship-helper/fdcoblhgjkbpbipbpljkghpohaolggbo |
Descrição | Cell lighting for game battleship on en.battleship-game.org |
Tamanho do Arquivo | 197 KB |
Contagem de Instalações | 62 |
Versão Atual | 3.0 |
Última Atualização | 2020-08-21 |
Data de Publicação | 2020-08-20 |
Desenvolvedor | lobz1g |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |