Battleship helper
Cell lighting for game battleship on en.battleship-game.org
Co to jest Battleship helper?
Battleship helper to rozszerzenie Chrome opracowane przez lobz1g, a jego główną funkcją jest „Cell lighting for game battleship on en.battleship-game.org”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Battleship helper
Pobierz pliki rozszerzeń Battleship helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Battleship helper would highlight cell for best choice Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fdcoblhgjkbpbipbpljkghpohaolggbo |
| Oficjalny URL | https://chromewebstore.google.com/detail/battleship-helper/fdcoblhgjkbpbipbpljkghpohaolggbo |
| Opis | Cell lighting for game battleship on en.battleship-game.org |
| Rozmiar pliku | 197 KB |
| Liczba instalacji | 62 |
| Aktualna Wersja | 3.0 |
| Ostatnia Aktualizacja | 2020-08-21 |
| Data Publikacji | 2020-08-20 |
| Deweloper | lobz1g |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |