Minesweeper

Minesweeper brings the classic logic-based puzzle game, challenging you to strategically uncover mines while avoiding explosions

Minesweeper là gì?

Minesweeper là một tiện ích mở rộng Chrome được phát triển bởi Progress Bar, và tính năng chính của nó là "Minesweeper brings the classic logic-based puzzle game, challenging you to strategically uncover mines while avoiding explosions".

Ả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

                        The Nostalgic and Addictive Minesweeper Game Extension for Google Chrome

Do you remember the days of sitting in front of your computer, clicking away on a grid of numbers, trying to uncover mines without triggering an explosion? Well, with the Minesweeper game extension for Google Chrome, you can relive those nostalgic moments and challenge your logic and deduction skills right from your browser. This classic game has been reimagined for the modern age, offering an addictive addition to your browsing experience.

Minesweeper has always been a game of wits, requiring players to carefully analyze the numbers on a grid to deduce the location of hidden mines. With the Minesweeper game extension for Google Chrome, you can dive back into this puzzle-solving adventure with just a few clicks. The gameplay remains faithful to the original, presenting you with a grid of tiles that you must navigate without triggering the concealed mines.

The objective of Minesweeper is to uncover all the safe tiles while avoiding the mines. Each tile on the grid contains a number that indicates the number of mines in adjacent tiles. Using this information, you must strategically flag potential mines and uncover safe tiles. But be cautious – one wrong move, and the entire grid could explode, ending your game.

One of the standout features of the Minesweeper game extension for Google Chrome is its seamless integration into your browsing experience. With just a click, you can launch the game, immersing yourself in the familiar grid-based challenge. The controls are intuitive, allowing you to flag tiles with ease, uncover numbers, and navigate the playing field effortlessly.

The Minesweeper game extension offers a range of customization options to tailor the experience to your liking. You can choose from various grid sizes and difficulty levels, from beginner to expert, providing a challenge suitable for both new players and seasoned veterans. This flexibility ensures that the game remains engaging and entertaining, no matter your skill level.

The Minesweeper game extension for Google Chrome brings this classic game into the modern era with enhanced graphics and a polished interface. You'll be greeted with a visually pleasing design that enhances the overall experience. The extension also offers useful features such as the ability to highlight potential safe tiles, streamlining your decision-making process and increasing your chances of success.

As you progress through the Minesweeper game extension, your achievements are recognized and recorded. You can review your game history, track your best times, and analyze your win-loss ratio. This robust tracking system adds an extra layer of motivation as you strive to beat your personal records and improve your strategic prowess.

The Minesweeper game extension for Google Chrome seamlessly incorporates this beloved classic into your browsing experience, ensuring hours of nostalgic and addictive gameplay. Whether you're a fan of the original game or a newcomer to the world of Minesweeper, this extension provides a delightful challenge that exercises your logic and deduction skills. So, what are you waiting for? Click that install button, navigate the grid, and uncover the mines in this captivating browser extension.                    

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

Tên Minesweeper Minesweeper
ID hmchkbinhkplkjiakdeaegdfmkidflff
URL Chính Thức https://chromewebstore.google.com/detail/minesweeper/hmchkbinhkplkjiakdeaegdfmkidflff
Mô tả Minesweeper brings the classic logic-based puzzle game, challenging you to strategically uncover mines while avoiding explosions
Kích Thước Tệp 43.83 KB
Số Lần Cài Đặt 136
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-09-21
Ngày Phát Hành 2023-09-14
Nhà Phát Triển Progress Bar
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/stannko/stannko
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "128": "\/assets\/icons\/128.png",
            "256": "\/assets\/icons\/256.png",
            "32": "\/assets\/icons\/32.png",
            "64": "\/assets\/icons\/64.png"
        },
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "\/assets\/icons\/128.png",
        "256": "\/assets\/icons\/256.png",
        "32": "\/assets\/icons\/32.png",
        "64": "\/assets\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "version_name": "1.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "statis\/*.*"
            ]
        }
    ]
}