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