Minesweeper Original

Rediscover Classic Gaming with the Minesweeper Original as a Browser Extension!

Co to jest Minesweeper Original?

Minesweeper Original to rozszerzenie Chrome opracowane przez Davi Hendrix, a jego główną funkcją jest „Rediscover Classic Gaming with the Minesweeper Original as a Browser Extension!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Minesweeper Original

Pobierz pliki rozszerzeń Minesweeper Original w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        🚀 Rediscover Classic Gaming with the Minesweeper Original Browser Extension! 🎮💥

Get ready to experience the timeless joy of Minesweeper with Minesweeper Original, a browser extension that brings the classic game to life! 💣💥

🎯 Enjoy the original design you know and love, but now optimized for modern displays. We've enlarged the game by 50% to provide a better visual experience on your screens! 🖥️✨

⭐️ Challenge yourself with the captivating gameplay of Minesweeper Original. Uncover mines, strategically flag danger zones, and navigate the minefield with skill. It's the same exciting experience you remember from the Windows version! 🕹️💥

🌟 Choose your preferred difficulty level and dive into the action. Whether you're a seasoned player or new to Minesweeper, we have modes for everyone, including Advanced, Beginner, and more. 💪🎮

Download Minesweeper Original now and start sweeping the mines right in your browser. Get ready for hours of addictive fun and entertainment! ⏰💻

Rediscover the excitement of Minesweeper today. Install Minesweeper Original and let the gaming adventure begin! 💣🔍✨                    

Podstawowe informacje o rozszerzeniu

Nazwa Minesweeper Original Minesweeper Original
ID gjdmanggfaalgnpinolamlefhcjimmam
Oficjalny URL https://chromewebstore.google.com/detail/minesweeper-original/gjdmanggfaalgnpinolamlefhcjimmam
Opis Rediscover Classic Gaming with the Minesweeper Original as a Browser Extension!
Rozmiar pliku 133 KB
Liczba instalacji 1,659,680
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-07-21
Data Publikacji 2023-06-24
Ocena 5.00/5 Łącznie 23 Oceny
Deweloper Davi Hendrix
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://docs.google.com/document/d/e/2PACX-1vQpB-k7ZgS0q6Bhhgwjkbidc9VC7gZjXUubPTDgTOSUSEoSl3ev_fnuoyHhiQuFxcTr7QoSa9m48D8j/pub
Obsługiwane Języki 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "chrome_url_overrides": {
            "newtab": "popup.html"
        }
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "__MSG_extName__",
    "permissions": [
        "alarms",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.1",
    "offline_enabled": true,
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ]
}