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ファイルをダウンロード

Minesweeper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*.*"
            ]
        }
    ]
}