Tetr1s

Based in block line idea game. Play for fun!

Tetr1s란 무엇입니까?

Tetr1s은(는) karavchenkovika에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Based in block line idea game. Play for fun!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This chrome extension allows you to play your favorite arcade game, anytime, anywhere! Just click on the tetrys icon in the top right corner of your browser, and start playing! The extension remembers where you left off, so dont worry about closing the popup. If you loved Tetr1s, you'll love this game.

Blocktris Game opens in the popup in your browser by clicking on icon.
Blocktris - play a classical authentic version of this cool game. Fit the blocks in their place - use the "down" arrow to speed the drop, and the "up" arrow to turn flip the pieces. inspired but not to be confused by Tetr1s 

How do you play?

The Tetrys game requires players to strategically rotate, move, and drop a procession of Tetriminos that fall into the rectangular Matrix at increasing speeds. Players attempt to clear as many lines as possible by completing horizontal rows of blocks without empty space, but if the Tetriminos surpass the Skyline the game is over! It might sound simple, but strategy and speed can go a long way! Are YOU up for the challenge?                    

확장 프로그램 기본 정보

이름 Tetr1s Tetr1s
ID npaahgignhbomdaaldmgjfnkdfkaiodn
공식 URL https://chrome.google.com/webstore/detail/tetr1s/npaahgignhbomdaaldmgjfnkdfkaiodn
설명 Based in block line idea game. Play for fun!
파일 크기 31.61 KB
설치 횟수 20,000
현재 버전 10.3.2021.1
최근 업데이트 2021-11-22
출시 날짜 2021-03-14
평점 3.50/5 총 2 개의 평점
개발자 karavchenkovika
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.chromethemer.com/privacy.html
지원되는 언어 en
manifest.json
{
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Based in block line idea game. Play for fun!",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "manifest_version": 3,
    "name": "Tetr1s",
    "offline_enabled": true,
    "short_name": "Tetr1s",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "10.3.2021.1"
}