Minesweeper Game

A classic minesweeper game that plays in a popup.

Minesweeper Gameคืออะไร?

Minesweeper Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gamecheerleader.com และคุณลักษณะหลักของมันคือ "A classic minesweeper game that plays in a popup."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minesweeper Game

ดาวน์โหลดไฟล์ส่วนขยาย Minesweeper Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This chrome extension allows you to play classic puzzle game anytime and anywhere. 

There are three difficulty levels, ranging from beginner to advanced, with increased size of the board and number of mines. It is easy to switch between them anytime.  

The rule of the game is simple: 

First, click on a random place on the board. If you click on a non-mine area, the square will either open up to be blank, or will contain a number from 1 to 8. The number shows how many mines are adjacent to that cell. 1 means there is only 1 bomb adjacent to it, while 8 would mean all blocks adjacent to it are bombs. 

Second, use your math knowledge and powers of calculation to identify where the mines must be and then right click to place a flag there. The number of mines left will be updated accordingly. Continue with this process until all the mines are found. 

Remember the game will be lost if you opened any cell with a mine, so be careful in your calculation. 

Have fun with the minesweeper game! Additionally, we've added some of our latest games at the bottom for your extra enjoyment.

CHANGELOG
==========
Version 0.1.2
- Add the section on new games

Version 0.1.0 - 0.1.1
- Initial release of minesweeper game
- Add google analytics                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Minesweeper Game Minesweeper Game
ID ajncfhhlmbappdikagkajjaflholpepd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/minesweeper-game/ajncfhhlmbappdikagkajjaflholpepd
คำอธิบาย A classic minesweeper game that plays in a popup.
ขนาดไฟล์ 34.19 KB
จำนวนการติดตั้ง 793
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2024-01-19
วันที่เผยแพร่ 2022-05-18
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://gamecheerleader.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gamecheerleader.com
URL หน้าช่วยเหลือ https://www.gamecheerleader.com/listing/minesweeper-game/
URL หน้านโยบายความเป็นส่วนตัว https://www.gamecheerleader.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minesweeper Game",
    "short_name": "minesweeper",
    "version": "0.1.2",
    "description": "A classic minesweeper game that plays in a popup.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}