Unblock It

Unblock It is puzzle game. Play 4 types of logic games Unblock It games in new tab.

Unblock It là gì?

Unblock It là một tiện ích mở rộng Chrome được phát triển bởi https://www.x-games.net, và tính năng chính của nó là "Unblock It is puzzle game. Play 4 types of logic games Unblock It games in new tab.".

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

screenshot
screenshot

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

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

                        New in 2021! Unblock It is puzzle game. Play 4 types of logic games Unblock It games in new tab. 

Play Unblock It with wooden block. Release it to win new level. Drag wooden blocks. Clear a way for blue block. There are 24 challenging levels and hint system to help solve puzzle.

Unblock Deluxe is very similar game. Drag items on screen to make your way and win. But you have limited time. Put your brain. You have to move with wood to make win in this puzzle game. Unblock Deluxe will test your mind and intelligence. Try to get out as fast as possible.

Have Fun for Free!                    

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

Tên Unblock It Unblock It
ID ggommbmknecipmnmkiknnjfefhdkhbcl
URL Chính Thức https://chrome.google.com/webstore/detail/unblock-it/ggommbmknecipmnmkiknnjfefhdkhbcl
Mô tả Unblock It is puzzle game. Play 4 types of logic games Unblock It games in new tab.
Kích Thước Tệp 244 KB
Số Lần Cài Đặt 355
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-01-26
Ngày Phát Hành 2021-01-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.x-games.net
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.smart-finder.net/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unblock It",
    "description": "Unblock It is puzzle game. Play 4 types of logic games Unblock It games in new tab.",
    "version": "1.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "jquery.js",
            "bg.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "games.html"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png"
    },
    "icons": {
        "19": "images\/icon19.png",
        "48": "images\/icon48.png"
    }
}