Minesweeper Classic
Minesweeper Classic game for chrome
什么是Minesweeper Classic?
Minesweeper Classic是由efimenko.vlad11开发的Chrome扩展程序,该扩展的主要功能是“Minesweeper Classic game for chrome”。
扩展截图
下载Minesweeper Classic扩展crx文件
下载Minesweeper Classic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ojfojcjaiejigmlhkpbephgnmljemiip |
官方URL | https://chrome.google.com/webstore/detail/minesweeper-classic/ojfojcjaiejigmlhkpbephgnmljemiip |
简介 | Minesweeper Classic game for chrome |
文件大小 | 135 KB |
安装次数 | 3,628 |
当前版本 | 1.22 |
更新时间 | 2023-01-31 |
上架时间 | 2020-12-21 |
评分 | 4.00/5 共8次评分 |
开发者 | efimenko.vlad11 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |