Minesweeper

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

Minesweeper란 무엇입니까?

Minesweeper은(는) Progress Bar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Minesweeper brings the classic logic-based puzzle game, challenging you to strategically uncover mines while avoiding explosions"입니다.

확장 프로그램 스크린샷

screenshot

Minesweeper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Minesweeper Minesweeper
ID hmchkbinhkplkjiakdeaegdfmkidflff
공식 URL https://chromewebstore.google.com/detail/minesweeper/hmchkbinhkplkjiakdeaegdfmkidflff
설명 Minesweeper brings the classic logic-based puzzle game, challenging you to strategically uncover mines while avoiding explosions
파일 크기 43.83 KB
설치 횟수 136
현재 버전 1.0.1
최근 업데이트 2023-09-21
출시 날짜 2023-09-14
개발자 Progress Bar
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/stannko/stannko
지원되는 언어 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\/*.*"
            ]
        }
    ]
}