Minesweeper
Let's play some Minesweeper!
O que é Minesweeper?
Minesweeper é uma extensão do Chrome desenvolvida por Greenboigz, e sua principal característica é "Let's play some Minesweeper!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Minesweeper
Baixe arquivos de extensão Minesweeper 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
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!
Informações Básicas da Extensão
Nome | Minesweeper |
ID | chackijkbbbmdlgekngbjdcpnbgaepji |
URL Oficial | https://chromewebstore.google.com/detail/minesweeper/chackijkbbbmdlgekngbjdcpnbgaepji |
Descrição | Let's play some Minesweeper! |
Tamanho do Arquivo | 797 KB |
Contagem de Instalações | 25,820 |
Versão Atual | 1.3.1 |
Última Atualização | 2018-11-25 |
Data de Publicação | 2018-11-25 |
Classificação | 4.21/5 Total de 24 Avaliações |
Desenvolvedor | Greenboigz |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |