Unblock It
Unblock It is puzzle game. Play 4 types of logic games Unblock It games in new tab.
¿Qué es Unblock It?
Unblock It es una extensión de Chrome desarrollada por https://www.x-games.net, y su función principal es "Unblock It is puzzle game. Play 4 types of logic games Unblock It games in new tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Unblock It
Descarga archivos de extensión Unblock It en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | ggommbmknecipmnmkiknnjfefhdkhbcl |
URL Oficial | https://chrome.google.com/webstore/detail/unblock-it/ggommbmknecipmnmkiknnjfefhdkhbcl |
Descripción | Unblock It is puzzle game. Play 4 types of logic games Unblock It games in new tab. |
Tamaño del Archivo | 244 KB |
Cantidad de Instalaciones | 355 |
Versión Actual | 1.0 |
Última Actualización | 2021-01-26 |
Fecha de Publicación | 2021-01-26 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://www.x-games.net |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://www.smart-finder.net/privacy.html |
Idiomas Soportados | 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" } } |