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…

What is Minesweeper?

Minesweeper is a Chrome extension developed by abhpd.official, and its main feature is "📺 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…".

Extension Screenshots

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

                        📺 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.                    

Extension Basic Information

Name Minesweeper Minesweeper
ID dekmhbcionhhaiegppdmghjmlehllgpm
Official URL https://chromewebstore.google.com/detail/minesweeper/dekmhbcionhhaiegppdmghjmlehllgpm
Description 📺 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…
File Size 1.2 MB
Installation Count 88
Current Version 1.0
Last Updated 2020-12-01
Publish Date 2020-11-30
Rating 5.00/5 Total 2 Ratings
Developer abhpd.official
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}