Minesweeper

Let's play some Minesweeper!

What is Minesweeper?

Minesweeper is a Chrome extension developed by Greenboigz, and its main feature is "Let's play some Minesweeper!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Minesweeper Extension CRX File

Download Minesweeper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Minesweeper Minesweeper
ID chackijkbbbmdlgekngbjdcpnbgaepji
Official URL https://chromewebstore.google.com/detail/minesweeper/chackijkbbbmdlgekngbjdcpnbgaepji
Description Let's play some Minesweeper!
File Size 797 KB
Installation Count 25,820
Current Version 1.3.1
Last Updated 2018-11-25
Publish Date 2018-11-25
Rating 4.21/5 Total 24 Ratings
Developer Greenboigz
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}