Unblock It

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

Unblock Itคืออะไร?

Unblock It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.x-games.net และคุณลักษณะหลักของมันคือ "Unblock It is puzzle game. Play 4 types of logic games Unblock It games in new tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unblock It

ดาวน์โหลดไฟล์ส่วนขยาย Unblock It ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Unblock It Unblock It
ID ggommbmknecipmnmkiknnjfefhdkhbcl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/unblock-it/ggommbmknecipmnmkiknnjfefhdkhbcl
คำอธิบาย Unblock It is puzzle game. Play 4 types of logic games Unblock It games in new tab.
ขนาดไฟล์ 244 KB
จำนวนการติดตั้ง 355
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-01-26
วันที่เผยแพร่ 2021-01-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.x-games.net
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.smart-finder.net/privacy.html
ภาษาที่รองรับ 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"
    }
}