Minesweeper

Remember Minesweeper? Then you must play this extension directly from your chrome!

O que é Minesweeper?

Minesweeper é uma extensão do Chrome desenvolvida por https://minesweepx.com, e sua principal característica é "Remember Minesweeper? Then you must play this extension directly from your chrome!".

Capturas de Tela da Extensão

screenshot

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

                        Remember Minesweeper? Then you must play this extension directly from your chrome!
Before you jump into this, you need to know how the game actually works.
Contrary to popular belief, it's actually quite simply. Click a square, you get a number. That number is the number of how many mines are surrounding it. If you find the mine, you can open "unopened" squares around it, opening more areas.


To uninstall, just go to your chrome extensions page and remove it with a single button.


Please read - 
privacy - 
http://minesweepx.com/minesweepx/privacy.html
eula - 
http://minesweepx.com/minesweepx/eula.html
terms- 
http://minesweepx.com/minesweepx/terms.html

Good luck and have fun!                    

Informações Básicas da Extensão

Nome Minesweeper Minesweeper
ID npbiafpbiejjckccaaicnpghoejcpopm
URL Oficial https://chromewebstore.google.com/detail/minesweeper/npbiafpbiejjckccaaicnpghoejcpopm
Descrição Remember Minesweeper? Then you must play this extension directly from your chrome!
Tamanho do Arquivo 189 KB
Contagem de Instalações 32
Versão Atual 2.5.17
Última Atualização 2017-06-29
Data de Publicação 2017-06-29
Desenvolvedor https://minesweepx.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "browser_action": {
        "default_icon": "images\/grain.png",
        "default_title": "Minesweeper"
    },
    "chrome_url_overrides": {
        "newtab": "similarly.html"
    },
    "content_security_policy": "script-src blob: filesystem: chrome-extension-resource: 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Remember Minesweeper? Then you must play this extension directly from your chrome!",
    "icons": {
        "128": "images\/grain.png"
    },
    "manifest_version": 2,
    "name": "Minesweeper",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5.17"
}