Minesweeper Extension
Open a new tab and let's sweep some mines!
What is Minesweeper Extension?
Minesweeper Extension is a Chrome extension developed by https://andrewgard.house, and its main feature is "Open a new tab and let's sweep some mines!".
Extension Screenshots
Download Minesweeper Extension Extension CRX File
Download Minesweeper Extension 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 is your classic Minesweeper, ready to play whenever you open a new tab. Features: - 4 difficulty levels - Scoreboard keeps track of your fastest times - Current game starts again when you open a new tab Controls: - Left click: Reveals a cell - Right click: Flags a cell Extension Icon made by Freepik (https://www.freepik.com/) from Flaticon (www.flaticon.com)
Extension Basic Information
Name | Minesweeper Extension |
ID | mlbddfjjjedjeablobkakcbmenmpkoag |
Official URL | https://chromewebstore.google.com/detail/minesweeper-extension/mlbddfjjjedjeablobkakcbmenmpkoag |
Description | Open a new tab and let's sweep some mines! |
File Size | 486 KB |
Installation Count | 35 |
Current Version | 1.0 |
Last Updated | 2019-01-30 |
Publish Date | 2019-01-30 |
Developer | https://andrewgard.house |
Payment Type | free |
Extension Website | https://andrewgard.house |
Help Page URL | https://andrewgard.house |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minesweeper Extension", "version": "1.0", "manifest_version": 2, "description": "Open a new tab and let's sweep some mines!", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "\/img\/icons\/bomb-16x16.png", "48": "\/img\/icons\/bomb-48x48.png", "128": "\/img\/icons\/bomb-128x128.png" }, "web_accessible_resources": [ "css\/*.css", "js\/*.js" ] } |