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文件

下載Tetris Classic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}