Battleship helper
Cell lighting for game battleship on en.battleship-game.org
Apa itu Battleship helper?
Battleship helper adalah ekstensi Chrome yang dikembangkan oleh lobz1g, dan fitur utamanya adalah "Cell lighting for game battleship on en.battleship-game.org".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Battleship helper
Unduh file ekstensi Battleship helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Battleship helper would highlight cell for best choice
Informasi Dasar Ekstensi
Nama | Battleship helper |
ID | fdcoblhgjkbpbipbpljkghpohaolggbo |
URL Resmi | https://chromewebstore.google.com/detail/battleship-helper/fdcoblhgjkbpbipbpljkghpohaolggbo |
Deskripsi | Cell lighting for game battleship on en.battleship-game.org |
Ukuran File | 197 KB |
Jumlah Instalasi | 62 |
Versi Saat Ini | 3.0 |
Terakhir Diperbarui | 2020-08-21 |
Tanggal Publikasi | 2020-08-20 |
Pengembang | lobz1g |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |