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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |