Minesweeper
Let's play some Minesweeper!
Co to jest Minesweeper?
Minesweeper to rozszerzenie Chrome opracowane przez Greenboigz, a jego główną funkcją jest „Let's play some Minesweeper!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Minesweeper
Pobierz pliki rozszerzeń Minesweeper 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
This rendition of Minesweeper is a game that allows all the functionality and imagery of the original Minesweeper game. There are 4 levels, ranging from easy to expert, and an additional custom level, which let's you set the size of the board and number of mines. Additionally, there are scoreboards and settings which let you control how you play the game, and how the game looks. Enjoy!
Podstawowe informacje o rozszerzeniu
Nazwa | Minesweeper |
ID | chackijkbbbmdlgekngbjdcpnbgaepji |
Oficjalny URL | https://chromewebstore.google.com/detail/minesweeper/chackijkbbbmdlgekngbjdcpnbgaepji |
Opis | Let's play some Minesweeper! |
Rozmiar pliku | 797 KB |
Liczba instalacji | 25,820 |
Aktualna Wersja | 1.3.1 |
Ostatnia Aktualizacja | 2018-11-25 |
Data Publikacji | 2018-11-25 |
Ocena | 4.21/5 Łącznie 24 Oceny |
Deweloper | Greenboigz |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minesweeper", "short_name": "Minesweeper", "version": "1.3.1", "manifest_version": 2, "description": "Let's play some Minesweeper!", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "\/img\/red_flag_tile.png", "default_popup": "Minesweeper.html" } } |