Unblock It
Unblock It is puzzle game. Play 4 types of logic games Unblock It games in new tab.
什麼是Unblock It?
Unblock It是由https://www.x-games.net開發的Chrome擴展程式,該擴展的主要功能是“Unblock It is puzzle game. Play 4 types of logic games Unblock It games in new tab.”。
擴展截圖
下載Unblock It擴展crx文件
下載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!
擴展基本資訊
名稱 | |
ID | ggommbmknecipmnmkiknnjfefhdkhbcl |
官方網址 | 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" } } |