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
Eメール [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"
    }
}