Minesweeper

Let's play some Minesweeper!

Cos'è Minesweeper?

Minesweeper è un'estensione di Chrome sviluppata da Greenboigz, e la sua funzione principale è "Let's play some Minesweeper!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Minesweeper

Scarica i file di estensione Minesweeper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Minesweeper Minesweeper
ID chackijkbbbmdlgekngbjdcpnbgaepji
URL Ufficiale https://chromewebstore.google.com/detail/minesweeper/chackijkbbbmdlgekngbjdcpnbgaepji
Descrizione Let's play some Minesweeper!
Dimensione del File 797 KB
Conteggio Installazioni 25,820
Versione Corrente 1.3.1
Ultimo Aggiornamento 2018-11-25
Data di Pubblicazione 2018-11-25
Valutazione 4.21/5 Totale 24 Valutazioni
Sviluppatore Greenboigz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}