Minesweeper Classic
Minesweeper Classic game for chrome
Wat is Minesweeper Classic?
Minesweeper Classic is een Chrome-extensie ontwikkeld door efimenko.vlad11, en de belangrijkste functie is "Minesweeper Classic game for chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie Minesweeper Classic
Download Minesweeper Classic-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
Play Classic Minesweeper Game for Google Chrome Browser. The best version of the classic mines game! Minesweeper for Google Chrome Browser is the best version of the classic mines game! Play minesweeper free on your Chrome Browser! The classic game, just like you remember for free! Version 1 of the game brings you a significantly better classic minesweeper game experience, now with global high scores and more mines & landmines! Challenge strangers and your friends for fastest times. Set the level of mines for a higher difficulty and give yourself a challenge! To mark a mine use yout left click on mouse. Minesweeper classic free game. is one of the most interesting logic games. Minesweeper difficulties: Board sizes • 8x8 • 12x12 • 16x16 • 20x20 • 30x30 • 40x40 Mines count • From 5 to 150 Enjoy the game and avoid the mines! After installation just click on Minesweeper icon to start game.
Basisinformatie over de Extensie
Naam | |
ID | ojfojcjaiejigmlhkpbephgnmljemiip |
Officiële URL | https://chrome.google.com/webstore/detail/minesweeper-classic/ojfojcjaiejigmlhkpbephgnmljemiip |
Beschrijving | Minesweeper Classic game for chrome |
Bestandsgrootte | 135 KB |
Aantal Installaties | 3,628 |
Huidige Versie | 1.22 |
Laatst Bijgewerkt | 2023-01-31 |
Publicatiedatum | 2020-12-21 |
Beoordeling | 4.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | efimenko.vlad11 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "32.png" }, "background": { "service_worker": "background.js" }, "description": "Minesweeper Classic game for chrome", "icons": { "128": "128.png", "16": "32.png", "48": "64.png" }, "manifest_version": 3, "name": "Minesweeper Classic", "options_page": "option.html", "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "declarativeNetRequest" ], "version": "1.22" } |