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 |
官方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" } } |