Tetris Game on Google Chrome

Play the classic Tetris game directly from your Google Chrome.

Co je Tetris Game on Google Chrome?

Tetris Game on Google Chrome je rozšíření Chrome vyvinuté GPTBLOX, a jeho hlavní funkcí je „Play the classic Tetris game directly from your Google Chrome.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Tetris Game on Google Chrome

Stáhněte si soubory rozšíření Tetris Game on Google Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Tetris Game on Google Chrome Tetris Game on Google Chrome
ID hkklgkmcmldmlpcbboeeebokbdiaokgo
Oficiální URL https://chrome.google.com/webstore/detail/hkklgkmcmldmlpcbboeeebokbdiaokgo
Popis Play the classic Tetris game directly from your Google Chrome.
Velikost souboru 10.73 KB
Počet instalací 30
Aktuální Verze 1.0
Poslední Aktualizace 2023-09-14
Datum Vydání 2023-09-14
Vývojář GPTBLOX
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}