Bloxorz

Bloxorz tricky puzzle game that tests your logic skills and pure brain power

Bloxorz란 무엇입니까?

Bloxorz은(는) games solution에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bloxorz tricky puzzle game that tests your logic skills and pure brain power"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Bloxorz 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Get ready for an exhilarating puzzle experience with Bloxorz! This game will put your logic skills and brainpower to the ultimate test. Your mission is to navigate a block through a series of challenging levels and guide it into the square hole without letting it fall off the edge. It may sound simple, but trust me, Bloxorz is a mind-bending journey that will keep you on your toes!

To play Bloxorz, all you need are your trusty arrow keys. Use them wisely to move the block through each level, carefully planning your every move. But be warned, as you progress, the puzzles become increasingly complex and demanding. With 33 levels in total, you'll find yourself facing new obstacles, such as switches, special tiles, multiple blocks, and mind-boggling arrangements that will truly test your puzzle-solving prowess.

Let's talk about the switches and tiles that add an extra layer of challenge to Bloxorz. There are three types of switches to master. The circular switch activates when you land on it in any way, making it a "soft" switch. The X-shaped switch, on the other hand, requires you to land upright on it to activate it. And then there's the bracket-shaped switch, which acts as a teleporter, splitting your block into two smaller ones and sending them to different locations.

But wait, there's more! Beware of the delicate orange tiles that can't withstand vertical pressure. If you try to stand on them upright, they will crumble beneath you, so tread carefully!

Now, for some handy Bloxorz tips: Each level has a password displayed in the top right corner. Use it to return to a specific level if you desire. Keep in mind that small blocks can only activate the circular switch and won't be heavy enough to trigger other switches. Pay close attention to the switches because they serve various functions and actions. And if you ever find yourself stuck, fear not! You can find solutions for each level in the accompanying video on the game page.

Get ready to engage your mind, overcome challenges, and celebrate those satisfying "aha!" moments as you conquer each level in Bloxorz. Prepare for a puzzle adventure that will keep you hooked from start to finish!                    

확장 프로그램 기본 정보

이름 Bloxorz Bloxorz
ID dongnhnlnpejcfggkddpmlobeaidaofm
공식 URL https://chromewebstore.google.com/detail/bloxorz/dongnhnlnpejcfggkddpmlobeaidaofm
설명 Bloxorz tricky puzzle game that tests your logic skills and pure brain power
파일 크기 9.73 MB
설치 횟수 1,639
현재 버전 1.1
최근 업데이트 2023-08-28
출시 날짜 2023-06-03
개발자 games solution
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/privacy-policy-092/home
지원되는 언어 en-US
manifest.json
{
    "description": "Bloxorz tricky puzzle game that tests your logic skills and pure brain power",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "version": "1.1",
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-pointer-lock; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
    },
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_title": "Bloxorz",
        "default_icon": "icons\/32.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "name": "Bloxorz"
}