Minesweeper Original

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

Apa itu Minesweeper Original?

Minesweeper Original adalah ekstensi Chrome yang dikembangkan oleh Davi Hendrix, dan fitur utamanya adalah "Rediscover Classic Gaming with the Minesweeper Original as a Browser Extension!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Minesweeper Original

Unduh file ekstensi Minesweeper Original dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Minesweeper Original Minesweeper Original
ID gjdmanggfaalgnpinolamlefhcjimmam
URL Resmi https://chromewebstore.google.com/detail/minesweeper-original/gjdmanggfaalgnpinolamlefhcjimmam
Deskripsi Rediscover Classic Gaming with the Minesweeper Original as a Browser Extension!
Ukuran File 133 KB
Jumlah Instalasi 1,659,680
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-07-21
Tanggal Publikasi 2023-06-24
Penilaian 5.00/5 Total 23 Penilaian
Pengembang Davi Hendrix
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/e/2PACX-1vQpB-k7ZgS0q6Bhhgwjkbidc9VC7gZjXUubPTDgTOSUSEoSl3ev_fnuoyHhiQuFxcTr7QoSa9m48D8j/pub
Bahasa yang Didukung 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
        }
    ]
}