Minesweeper Original

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

Minesweeper Original là gì?

Minesweeper Original là một tiện ích mở rộng Chrome được phát triển bởi Davi Hendrix, và tính năng chính của nó là "Rediscover Classic Gaming with the Minesweeper Original as a Browser Extension!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Minesweeper Original

Tải xuống các tệp mở rộng Minesweeper Original dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Minesweeper Original Minesweeper Original
ID gjdmanggfaalgnpinolamlefhcjimmam
URL Chính Thức https://chromewebstore.google.com/detail/minesweeper-original/gjdmanggfaalgnpinolamlefhcjimmam
Mô tả Rediscover Classic Gaming with the Minesweeper Original as a Browser Extension!
Kích Thước Tệp 133 KB
Số Lần Cài Đặt 1,659,680
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-07-21
Ngày Phát Hành 2023-06-24
Đánh Giá 5.00/5 Tổng số 23 Đánh Giá
Nhà Phát Triển Davi Hendrix
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/e/2PACX-1vQpB-k7ZgS0q6Bhhgwjkbidc9VC7gZjXUubPTDgTOSUSEoSl3ev_fnuoyHhiQuFxcTr7QoSa9m48D8j/pub
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}