Minesweeper

Remember Minesweeper? Then you must play this extension directly from your chrome!

什么是Minesweeper?

Minesweeper是由https://minesweepx.com开发的Chrome扩展程序,该扩展的主要功能是“Remember Minesweeper? Then you must play this extension directly from your chrome!”。

扩展截图

screenshot

下载Minesweeper扩展crx文件

下载Minesweeper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Remember Minesweeper? Then you must play this extension directly from your chrome!
Before you jump into this, you need to know how the game actually works.
Contrary to popular belief, it's actually quite simply. Click a square, you get a number. That number is the number of how many mines are surrounding it. If you find the mine, you can open "unopened" squares around it, opening more areas.


To uninstall, just go to your chrome extensions page and remove it with a single button.


Please read - 
privacy - 
http://minesweepx.com/minesweepx/privacy.html
eula - 
http://minesweepx.com/minesweepx/eula.html
terms- 
http://minesweepx.com/minesweepx/terms.html

Good luck and have fun!                    

扩展基本信息

名称 Minesweeper Minesweeper
ID npbiafpbiejjckccaaicnpghoejcpopm
官方URL https://chromewebstore.google.com/detail/minesweeper/npbiafpbiejjckccaaicnpghoejcpopm
简介 Remember Minesweeper? Then you must play this extension directly from your chrome!
文件大小 189 KB
安装次数 32
当前版本 2.5.17
更新时间 2017-06-29
上架时间 2017-06-29
开发者 https://minesweepx.com
付费类型 free
支持的语言 en
manifest.json
{
    "browser_action": {
        "default_icon": "images\/grain.png",
        "default_title": "Minesweeper"
    },
    "chrome_url_overrides": {
        "newtab": "similarly.html"
    },
    "content_security_policy": "script-src blob: filesystem: chrome-extension-resource: 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Remember Minesweeper? Then you must play this extension directly from your chrome!",
    "icons": {
        "128": "images\/grain.png"
    },
    "manifest_version": 2,
    "name": "Minesweeper",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5.17"
}