Minesweeper Original

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

Co je Minesweeper Original?

Minesweeper Original je rozšíření Chrome vyvinuté Davi Hendrix, a jeho hlavní funkcí je „Rediscover Classic Gaming with the Minesweeper Original as a Browser Extension!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Minesweeper Original

Stáhněte si soubory rozšíření Minesweeper Original ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        🚀 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! 💣🔍✨                    

Základní Informace o Rozšíření

Název Minesweeper Original Minesweeper Original
ID gjdmanggfaalgnpinolamlefhcjimmam
Oficiální URL https://chromewebstore.google.com/detail/minesweeper-original/gjdmanggfaalgnpinolamlefhcjimmam
Popis Rediscover Classic Gaming with the Minesweeper Original as a Browser Extension!
Velikost souboru 133 KB
Počet instalací 1,659,680
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-07-21
Datum Vydání 2023-06-24
Hodnocení 5.00/5 Celkem 23 Hodnocení
Vývojář Davi Hendrix
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://docs.google.com/document/d/e/2PACX-1vQpB-k7ZgS0q6Bhhgwjkbidc9VC7gZjXUubPTDgTOSUSEoSl3ev_fnuoyHhiQuFxcTr7QoSa9m48D8j/pub
Podporované Jazyky 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
        }
    ]
}