Tetris Game on Google Chrome

Play the classic Tetris game directly from your Google Chrome.

Hvad er Tetris Game on Google Chrome?

Tetris Game on Google Chrome er en Chrome-udvidelse udviklet af GPTBLOX, og dens hovedfunktion er "Play the classic Tetris game directly from your Google Chrome.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Tetris Game on Google Chrome-udvidelses-CRX-fil

Download Tetris Game on Google Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Tetris Game on Google Chrome Tetris Game on Google Chrome
ID hkklgkmcmldmlpcbboeeebokbdiaokgo
Officiel URL https://chrome.google.com/webstore/detail/hkklgkmcmldmlpcbboeeebokbdiaokgo
Beskrivelse Play the classic Tetris game directly from your Google Chrome.
Filstørrelse 10.73 KB
Antal Installationer 30
Nuværende Version 1.0
Senest Opdateret 2023-09-14
Udgivelsesdato 2023-09-14
Udvikler GPTBLOX
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}