Tetris Game on Google Chrome

Play the classic Tetris game directly from your Google Chrome.

Apa itu Tetris Game on Google Chrome?

Tetris Game on Google Chrome adalah ekstensi Chrome yang dikembangkan oleh GPTBLOX, dan fitur utamanya adalah "Play the classic Tetris game directly from your Google Chrome.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Tetris Game on Google Chrome

Unduh file ekstensi Tetris Game on Google Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Tetris Game on Google Chrome Tetris Game on Google Chrome
ID hkklgkmcmldmlpcbboeeebokbdiaokgo
URL Resmi https://chrome.google.com/webstore/detail/hkklgkmcmldmlpcbboeeebokbdiaokgo
Deskripsi Play the classic Tetris game directly from your Google Chrome.
Ukuran File 10.73 KB
Jumlah Instalasi 30
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-09-14
Tanggal Publikasi 2023-09-14
Pengembang GPTBLOX
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}