Minesweeper

📺 One of the classic game directly to your Chrome extension bar 😊 Saves your progress so you do not need to worry if you have to…

Minesweeper là gì?

Minesweeper là một tiện ích mở rộng Chrome được phát triển bởi abhpd.official, và tính năng chính của nó là "📺 One of the classic game directly to your Chrome extension bar 😊 Saves your progress so you do not need to worry if you have to…".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Minesweeper 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

                        📺 One of the classic game directly to your Chrome extension bar 😊
Saves your progress so you do not need to worry if you have to click out of the Extension popup.                    

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

Tên Minesweeper Minesweeper
ID dekmhbcionhhaiegppdmghjmlehllgpm
URL Chính Thức https://chromewebstore.google.com/detail/minesweeper/dekmhbcionhhaiegppdmghjmlehllgpm
Mô tả 📺 One of the classic game directly to your Chrome extension bar 😊 Saves your progress so you do not need to worry if you have to…
Kích Thước Tệp 1.2 MB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-12-01
Ngày Phát Hành 2020-11-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển abhpd.official
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minesweeper",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Minesweeper"
    },
    "permissions": [
        "storage"
    ]
}