Tetris Classic

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

Tetris Classic là gì?

Tetris Classic là một tiện ích mở rộng Chrome được phát triển bởi https://monkeymart.org, và tính năng chính của nó là "Tetris Classic is a childhood brick-stacking game brought to Google Chrome! You can play it anytime as a popup".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tetris Classic

Tải xuống các tệp mở rộng Tetris Classic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tetris Classic Tetris Classic
ID pmdfljfhlkajgmibklodmmjdcmnpmfdf
URL Chính Thức https://chrome.google.com/webstore/detail/pmdfljfhlkajgmibklodmmjdcmnpmfdf
Mô tả Tetris Classic is a childhood brick-stacking game brought to Google Chrome! You can play it anytime as a popup
Kích Thước Tệp 1.68 MB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-08-29
Ngày Phát Hành 2023-08-29
Nhà Phát Triển https://monkeymart.org
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}