Minesweeper
Let's play some Minesweeper!
Wat is Minesweeper?
Minesweeper is een Chrome-extensie ontwikkeld door Greenboigz, en de belangrijkste functie is "Let's play some Minesweeper!".
Extensie Screenshots
Download het CRX-bestand van de extensie Minesweeper
Download Minesweeper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Minesweeper |
ID | chackijkbbbmdlgekngbjdcpnbgaepji |
Officiële URL | https://chromewebstore.google.com/detail/minesweeper/chackijkbbbmdlgekngbjdcpnbgaepji |
Beschrijving | Let's play some Minesweeper! |
Bestandsgrootte | 797 KB |
Aantal Installaties | 25,820 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2018-11-25 |
Publicatiedatum | 2018-11-25 |
Beoordeling | 4.21/5 Totaal 24 Beoordelingen |
Ontwikkelaar | Greenboigz |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |