Unblock It
Unblock It is puzzle game. Play 4 types of logic games Unblock It games in new tab.
Qu'est-ce que Unblock It ?
Unblock It est une extension Chrome développée par https://www.x-games.net, et sa fonction principale est "Unblock It is puzzle game. Play 4 types of logic games Unblock It games in new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unblock It
Téléchargez les fichiers d'extension Unblock It au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | ggommbmknecipmnmkiknnjfefhdkhbcl |
URL Officiel | https://chrome.google.com/webstore/detail/unblock-it/ggommbmknecipmnmkiknnjfefhdkhbcl |
Description | Unblock It is puzzle game. Play 4 types of logic games Unblock It games in new tab. |
Taille du Fichier | 244 KB |
Nombre d'Installations | 355 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-01-26 |
Date de Publication | 2021-01-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.x-games.net |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.smart-finder.net/privacy.html |
Langues Prises en Charge | 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" } } |