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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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!                    

拡張機能の基本情報

名前 Unblock It Unblock It
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
Eメール [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"
    }
}