Minesweeper

📺 One of the classic game directly to your Chrome extension bar 😊 Saves your progress so you do not need to worry if you have to…

O que é Minesweeper?

Minesweeper é uma extensão do Chrome desenvolvida por abhpd.official, e sua principal característica é "📺 One of the classic game directly to your Chrome extension bar 😊 Saves your progress so you do not need to worry if you have to…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
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

                        📺 One of the classic game directly to your Chrome extension bar 😊
Saves your progress so you do not need to worry if you have to click out of the Extension popup.                    

Informações Básicas da Extensão

Nome Minesweeper Minesweeper
ID dekmhbcionhhaiegppdmghjmlehllgpm
URL Oficial https://chromewebstore.google.com/detail/minesweeper/dekmhbcionhhaiegppdmghjmlehllgpm
Descrição 📺 One of the classic game directly to your Chrome extension bar 😊 Saves your progress so you do not need to worry if you have to…
Tamanho do Arquivo 1.2 MB
Contagem de Instalações 88
Versão Atual 1.0
Última Atualização 2020-12-01
Data de Publicação 2020-11-30
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor abhpd.official
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minesweeper",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Minesweeper"
    },
    "permissions": [
        "storage"
    ]
}