Minesweeper

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

Minesweeper là gì?

Minesweeper là một tiện ích mở rộng Chrome được phát triển bởi https://minesweepx.com, và tính năng chính của nó là "Remember Minesweeper? Then you must play this extension directly from your chrome!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Minesweeper

Tải xuống các tệp mở rộng Minesweeper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Minesweeper Minesweeper
ID npbiafpbiejjckccaaicnpghoejcpopm
URL Chính Thức https://chromewebstore.google.com/detail/minesweeper/npbiafpbiejjckccaaicnpghoejcpopm
Mô tả Remember Minesweeper? Then you must play this extension directly from your chrome!
Kích Thước Tệp 189 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 2.5.17
Cập Nhật Lần Cuối 2017-06-29
Ngày Phát Hành 2017-06-29
Nhà Phát Triển https://minesweepx.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}