Tetris Classic

Tetris Classic is a childhood brick-stacking game brought to Google Chrome! You can play it anytime as a popup

Tetris Classic란 무엇입니까?

Tetris Classic은(는) https://monkeymart.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tetris Classic is a childhood brick-stacking game brought to Google Chrome! You can play it anytime as a popup"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Tetris Classic Game, the iconic block-stacking puzzle, can now be played as a Chrome Extension. Immerse yourself in the addictive world of Tetris right from your Chrome browser. Arrange falling blocks to create complete lines and clear them from the screen.

With the Tetris Classic Game Chrome Extension, you can experience the timeless gameplay and strategic thinking directly in your browser. Test your reflexes and puzzle-solving skills as you strive to achieve high scores and reach new levels.

Whether you're a long-time fan of Tetris or new to the game, the Chrome Extension version offers a convenient and accessible way to enjoy this legendary puzzle. Get ready to rotate, drop, and stack blocks in this captivating game available at your fingertips.                    

확장 프로그램 기본 정보

이름 Tetris Classic Tetris Classic
ID pmdfljfhlkajgmibklodmmjdcmnpmfdf
공식 URL https://chrome.google.com/webstore/detail/pmdfljfhlkajgmibklodmmjdcmnpmfdf
설명 Tetris Classic is a childhood brick-stacking game brought to Google Chrome! You can play it anytime as a popup
파일 크기 1.68 MB
설치 횟수 87
현재 버전 1.0.1
최근 업데이트 2023-08-29
출시 날짜 2023-08-29
개발자 https://monkeymart.org
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tetris Classic",
    "manifest_version": 3,
    "description": "Tetris Classic is a childhood brick-stacking game brought to Google Chrome! You can play it anytime as a popup",
    "offline_enabled": true,
    "version": "1.0.1",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Tetris Classic",
        "default_icon": {
            "512": "icons\/icon-512.png",
            "256": "icons\/icon-256.png",
            "128": "icons\/icon-128.png",
            "64": "icons\/icon-64.png",
            "48": "icons\/icon-48.png",
            "32": "icons\/icon-32.png",
            "16": "icons\/icon-16.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "512": "icons\/icon-512.png",
        "256": "icons\/icon-256.png",
        "128": "icons\/icon-128.png",
        "64": "icons\/icon-64.png",
        "48": "icons\/icon-48.png",
        "32": "icons\/icon-32.png",
        "16": "icons\/icon-16.png"
    }
}