Minesweeper Original

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

Wat is Minesweeper Original?

Minesweeper Original is een Chrome-extensie ontwikkeld door Davi Hendrix, en de belangrijkste functie is "Rediscover Classic Gaming with the Minesweeper Original as a Browser Extension!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Minesweeper Original

Download Minesweeper Original-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Minesweeper Original Minesweeper Original
ID gjdmanggfaalgnpinolamlefhcjimmam
Officiële URL https://chromewebstore.google.com/detail/minesweeper-original/gjdmanggfaalgnpinolamlefhcjimmam
Beschrijving Rediscover Classic Gaming with the Minesweeper Original as a Browser Extension!
Bestandsgrootte 133 KB
Aantal Installaties 1,659,680
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-07-21
Publicatiedatum 2023-06-24
Beoordeling 5.00/5 Totaal 23 Beoordelingen
Ontwikkelaar Davi Hendrix
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/e/2PACX-1vQpB-k7ZgS0q6Bhhgwjkbidc9VC7gZjXUubPTDgTOSUSEoSl3ev_fnuoyHhiQuFxcTr7QoSa9m48D8j/pub
Ondersteunde Talen 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
        }
    ]
}