Minesweeper
The classic minesweeper game, right at your hand. Saves every time you close it
What is Minesweeper?
Minesweeper is a Chrome extension developed by Markus Rasbech Rytter, and its main feature is "The classic minesweeper game, right at your hand. Saves every time you close it".
Extension Screenshots
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
The classic minesweeper game, right at your hand. Saves every time you close it
Extension Basic Information
Name | Minesweeper |
ID | emnpgbbebldpjeinmjpmjdcoldgeikfj |
Official URL | https://chromewebstore.google.com/detail/minesweeper/emnpgbbebldpjeinmjpmjdcoldgeikfj |
Description | The classic minesweeper game, right at your hand. Saves every time you close it |
File Size | 25.67 KB |
Installation Count | 312 |
Current Version | 0.1 |
Last Updated | 2019-12-14 |
Publish Date | 2019-12-14 |
Rating | 4.33/5 Total 3 Ratings |
Developer | Markus Rasbech Rytter |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minesweeper", "version": "0.1", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "logo\/16.png", "32": "logo\/32.png", "48": "logo\/48.png", "128": "logo\/128.png" } }, "permissions": [ "storage" ] } |