Tetris Game on Google Chrome

Play the classic Tetris game directly from your Google Chrome.

什麼是Tetris Game on Google Chrome?

Tetris Game on Google Chrome是由GPTBLOX開發的Chrome擴展程式,該擴展的主要功能是“Play the classic Tetris game directly from your Google Chrome.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Tetris Game on Google Chrome擴展crx文件

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

擴展使用說明

                        Experience the nostalgia of the classic Tetris game right on your Google Chrome browser. 'Tetris Game on Google Chrome' offers a seamless gaming experience with its intuitive controls, crisp visuals, and compatibility with both dark and light browser themes. Play, pause, restart, and keep track of your score as you aim for Tetris perfection!                    

擴展基本資訊

名稱 Tetris Game on Google Chrome Tetris Game on Google Chrome
ID hkklgkmcmldmlpcbboeeebokbdiaokgo
官方網址 https://chrome.google.com/webstore/detail/hkklgkmcmldmlpcbboeeebokbdiaokgo
簡介 Play the classic Tetris game directly from your Google Chrome.
檔案大小 10.73 KB
安裝次數 30
目前版本 1.0
更新時間 2023-09-14
上架時間 2023-09-14
開發者 GPTBLOX
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tetris Game on Google Chrome",
    "version": "1.0",
    "description": "Play the classic Tetris game directly from your Google Chrome.",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}